Skip to content

Commit

Permalink
rename release artifacts (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
withered-magic committed Apr 10, 2024
1 parent c463d67 commit 38919e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
# Also create archives for usage by installation methods like Homebrew.
# Eventually, we'll remove the non-zipped binaries above.
cd release
tar -czvf starpls-linux-amd64.tar.gz starpls-linux-amd64
tar -czvf starpls-darwin-arm64.tar.gz starpls-darwin-arm64
zip starpls-windows-amd64.zip starpls-windows-amd64.exe
cp starpls-linux-amd64 starpls && tar -czvf starpls-linux-amd64.tar.gz starpls && rm starpls
cp starpls-darwin-arm64 starpls && tar -czvf starpls-darwin-arm64.tar.gz starpls && rm starpls
cp starpls-windows-amd64.exe starpls.exe && zip starpls-windows-amd64.zip starpls.exe && rm starpls.exe
- name: Show release artifacts
run: find release
- name: Create release
Expand Down

0 comments on commit 38919e2

Please sign in to comment.