We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f053c + 7656fcb commit 384f11cCopy full SHA for 384f11c
.github/workflows/Build.yml
@@ -99,7 +99,7 @@ jobs:
99
if: runner.os == 'Windows'
100
run: |
101
mkdir ${{ github.workspace }}/CopyPlusPlus
102
- mv ${{ github.workspace }}/build/Release/CopyPlusPlus.exe ${{ github.workspace }}/CopyPlusPlus/CopyPlusPlus.exe
+ mv ${{ github.workspace }}/build/${{ env.BUILD_TYPE }}/CopyPlusPlus.exe ${{ github.workspace }}/CopyPlusPlus/CopyPlusPlus.exe
103
cd ${{ github.workspace }}/CopyPlusPlus
104
windeployqt CopyPlusPlus.exe
105
0 commit comments