Skip to content

Commit

Permalink
fix: release build
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Mar 14, 2023
1 parent 749cfae commit 868f001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
zip easyss-server-windows-amd64.zip ./easyss-server.exe
- name: Build-Arm64
run: |
cd ..
GOOS=linux GOARCH=arm64 make easyss-with-notray
GOOS=linux GOARCH=arm64 make easyss-server
- name: Pack-Arm64
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
zip easyss-server-darwin-amd64.zip ./easyss-server
- name: Build-Arm64
run: |
cd ..
GOOS=darwin GOARCH=arm64 make easyss-with-notray
GOOS=darwin GOARCH=arm64 make easyss-server
- name: Pack-Arm64
Expand Down

0 comments on commit 868f001

Please sign in to comment.