There was an error while loading. Please reload this page.
2 parents 9ecbc81 + dec1a5a commit 49726b7Copy full SHA for 49726b7
1 file changed
.github/workflows/hmybuild.yml
@@ -100,6 +100,14 @@ jobs:
100
path: ${{ github.workspace }}/go-sdk/dist/*
101
retention-days: 1
102
103
+ - name: Upload artifact darwin
104
+ if: matrix.os == 'macos-latest'
105
+ uses: actions/upload-artifact@v4
106
+ with:
107
+ name: hmy-darwin-x86_64
108
+ path: ${{ github.workspace }}/go-sdk/dist/hmy-darwin-x86_64
109
+ retention-days: 1
110
+
111
# build-arm64:
112
# name: Build hmy binary
113
# runs-on: ${{ matrix.os }}
0 commit comments