Skip to content

Commit 384f11c

Browse files
authored
Merge pull request #23 from CopyPlusPlus/dev
2 parents 10f053c + 7656fcb commit 384f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: runner.os == 'Windows'
100100
run: |
101101
mkdir ${{ github.workspace }}/CopyPlusPlus
102-
mv ${{ github.workspace }}/build/Release/CopyPlusPlus.exe ${{ github.workspace }}/CopyPlusPlus/CopyPlusPlus.exe
102+
mv ${{ github.workspace }}/build/${{ env.BUILD_TYPE }}/CopyPlusPlus.exe ${{ github.workspace }}/CopyPlusPlus/CopyPlusPlus.exe
103103
cd ${{ github.workspace }}/CopyPlusPlus
104104
windeployqt CopyPlusPlus.exe
105105

0 commit comments

Comments
 (0)