Skip to content

Commit 6836f29

Browse files
committed
Why Does MSVC Use Different Paths
1 parent c8a7b0f commit 6836f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
shell: cmd # Setting up environment vars only works properly in cmd?
8989
run: |
9090
mkdir wwhd_rando_windows
91-
cp wwhd_rando.exe wwhd_rando_windows\wwhd_rando.exe
91+
cp ${{ inputs.build_type }}\wwhd_rando.exe wwhd_rando_windows\wwhd_rando.exe
9292
cd ${{ github.workspace }}\build\wwhd_rando_windows && windeployqt wwhd_rando.exe --no-translations --no-system-d3d-compiler --no-opengl-sw
9393
9494
- name: Save Artifact

0 commit comments

Comments
 (0)