Skip to content

Commit

Permalink
fix out dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc676 committed Nov 1, 2023
1 parent 1427841 commit a6af651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Prepare package for windows
run: |
mkdir windows
cp target/x86_64-pc-windows-msvc/release/${{ env.binary }}.exe windows/
cp target/x86_64-pc-windows-gnu/release/${{ env.binary }}.exe windows/
- name: Package as a zip
uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit a6af651

Please sign in to comment.