Skip to content

Commit

Permalink
chore: release easyss-with-notray on darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Feb 12, 2023
1 parent 5e66050 commit 0b5c573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
run: |
make easyss
make easyss-server
GOOS=darwin GOARCH=arm64 make easyss-with-notray
- name: Pack
run: |
cd bin
zip easyss-darwin-amd64.zip ./easyss
zip easyss-server-darwin-amd64.zip ./easyss-server
zip easyss-with-notray-darwin-arm64.zip ./easyss-with-notray
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0b5c573

Please sign in to comment.