Skip to content

Commit

Permalink
Fix path to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Jul 30, 2024
1 parent d1d1650 commit af160c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
working-directory: ${{github.workspace}}/build
run: |
mkdir BandageNG
cp Release/BandageNG.exe BandageNG/
cp BandageNG.exe BandageNG/
windeployqt BandageNG --release --compiler-runtime
7z a BandageNG-win-${{steps.commit.outputs.short}}.zip BandageNG -r
Expand Down

0 comments on commit af160c6

Please sign in to comment.