We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a7b0f commit 6836f29Copy full SHA for 6836f29
1 file changed
.github/workflows/build_windows.yml
@@ -88,7 +88,7 @@ jobs:
88
shell: cmd # Setting up environment vars only works properly in cmd?
89
run: |
90
mkdir wwhd_rando_windows
91
- cp wwhd_rando.exe wwhd_rando_windows\wwhd_rando.exe
+ cp ${{ inputs.build_type }}\wwhd_rando.exe wwhd_rando_windows\wwhd_rando.exe
92
cd ${{ github.workspace }}\build\wwhd_rando_windows && windeployqt wwhd_rando.exe --no-translations --no-system-d3d-compiler --no-opengl-sw
93
94
- name: Save Artifact
0 commit comments