We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310c3f1 commit ce72c82Copy full SHA for ce72c82
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: softprops/action-gh-release@v2
19
with:
20
files: |
21
+ bin/release/daze_darwin_amd64.zip
22
+ bin/release/daze_darwin_arm64.zip
23
bin/release/daze_android_arm64.zip
24
bin/release/daze_linux_amd64.zip
25
bin/release/daze_windows_amd64.zip
cmd/release.sh
@@ -13,6 +13,8 @@ make() {
13
}
14
15
# https://golang.org/doc/install/source#environment
16
+make darwin amd64
17
+make darwin arm64
make android arm64
make linux amd64
make windows amd64
0 commit comments