Skip to content

Commit

Permalink
release.yml: Fix exe path for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rorokimdim committed Mar 20, 2022
1 parent e03048f commit f07f903
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 @@ -77,7 +77,7 @@ jobs:
del package.yaml
move package.windows.yaml package.yaml
stack install --local-bin-path dist/
powershell Compress-Archive dist/stash stash-${{ runner.os }}.zip
powershell Compress-Archive dist\stash.exe stash-${{ runner.os }}.zip
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
Expand Down

0 comments on commit f07f903

Please sign in to comment.