We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecbc81 commit dec1a5aCopy full SHA for dec1a5a
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