Skip to content

Commit

Permalink
[CI/CD] Fix window releases
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Oct 7, 2024
1 parent 3b5f10b commit c75020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:

- name: Create binary archives
run: |
7z a -r jamme-linux-x86.zip ./jamme-linux-x86/*
7z a -r jamme-windows-x86.zip ./jamme-windows-x86/*
mv ./jamme-linux-x86/* ./jamme-linux-x86.tar.gz
mv ./jamme-linux-x86_64/* ./jamme-linux-x86_64.tar.gz
mv ./jamme-macos-x86_64/* ./jamme-macos-x86_64.tar.gz
Expand Down

0 comments on commit c75020d

Please sign in to comment.