Skip to content

Commit

Permalink
[fix] add windows debug version binary to archive file
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Dec 25, 2019
1 parent 5cc9a1b commit faf7dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: make archive file for Windows
if: matrix.os == 'windows-latest'
run: |
cp build/bin/trochia.exe trochia
cp build/bin/Debug/trochia.exe trochia
7z a trochia-Windows.zip trochia
- name: Upload archive as artifact
Expand Down

0 comments on commit faf7dcf

Please sign in to comment.