Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 19, 2024
1 parent 121ad18 commit 45ef219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
ls
mv pulse-ubuntu-20.04 pulse
chmod +x pulse
tar -cvpfz pulse-linux-x86_64.tar.gz pulse LICENSE
tar -cvf pulse-linux-x86_64.tar.gz pulse LICENSE
mv pulse-windows-latest.exe pulse.exe
chmod +x pulse.exe
zip pulse-windows.zip pulse.exe LICENSE
mv pulse-macos-latest pulse
chmod +x pulse
tar -cvpfz pulse-macOS.tar.gz pulse LICENSE
tar -cvf pulse-macOS.tar.gz pulse LICENSE
# https://github.com/softprops/action-gh-release
Expand Down

0 comments on commit 45ef219

Please sign in to comment.