Skip to content

Commit ce72c82

Browse files
committed
Make release for macos
1 parent 310c3f1 commit ce72c82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: softprops/action-gh-release@v2
1919
with:
2020
files: |
21+
bin/release/daze_darwin_amd64.zip
22+
bin/release/daze_darwin_arm64.zip
2123
bin/release/daze_android_arm64.zip
2224
bin/release/daze_linux_amd64.zip
2325
bin/release/daze_windows_amd64.zip

cmd/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ make() {
1313
}
1414

1515
# https://golang.org/doc/install/source#environment
16+
make darwin amd64
17+
make darwin arm64
1618
make android arm64
1719
make linux amd64
1820
make windows amd64

0 commit comments

Comments
 (0)