Skip to content

Commit

Permalink
make release binaries executable (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
withered-magic committed Apr 10, 2024
1 parent bba3c94 commit c463d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
mv artifacts/starpls-linux-amd64/starpls release/starpls-linux-amd64
mv artifacts/starpls-darwin-arm64/starpls release/starpls-darwin-arm64
mv artifacts/starpls-windows-amd64/starpls.exe release/starpls-windows-amd64.exe
chmod +x release/starpls-*
# Also create archives for usage by installation methods like Homebrew.
# Eventually, we'll remove the non-zipped binaries above.
Expand Down

0 comments on commit c463d67

Please sign in to comment.