File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 90
90
zip -qj $ZIP_OUTPUT bin/*
91
91
- uses : actions/upload-artifact@v4
92
92
with :
93
- name : hostd-linux- ${{ matrix.go-arch }}
93
+ name : hostd_linux_ ${{ matrix.go-arch }}
94
94
path : release/*
95
95
build-mac :
96
96
runs-on : macos-latest
@@ -161,7 +161,7 @@ jobs:
161
161
xcrun notarytool submit -k ~/private_keys/AuthKey_$APPLE_API_KEY.p8 -d $APPLE_API_KEY -i $APPLE_API_ISSUER --wait --timeout 10m $ZIP_OUTPUT
162
162
- uses : actions/upload-artifact@v4
163
163
with :
164
- name : hostd-darwin- ${{ matrix.go-arch }}
164
+ name : hostd_darwin_ ${{ matrix.go-arch }}
165
165
path : release/*
166
166
build-windows :
167
167
runs-on : windows-latest
@@ -191,7 +191,7 @@ jobs:
191
191
7z a $ZIP_OUTPUT ./bin/*
192
192
- uses : actions/upload-artifact@v4
193
193
with :
194
- name : hostd-windows-amd64
194
+ name : hostd_windows_amd64
195
195
path : release/*
196
196
combine-release-assets :
197
197
runs-on : ubuntu-latest
@@ -200,7 +200,7 @@ jobs:
200
200
- name : Merge Artifacts
201
201
uses : actions/upload-artifact/merge@v4
202
202
with :
203
- name : hostd-release-assets-combined
203
+ name : hostd
204
204
205
205
dispatch-homebrew : # only runs on full releases
206
206
if : startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')
Original file line number Diff line number Diff line change 92
92
zip -qj $ZIP_OUTPUT bin/*
93
93
- uses : actions/upload-artifact@v4
94
94
with :
95
- name : hostd-zen-linux- ${{ matrix.go-arch }}
95
+ name : hostd_zen_linux_ ${{ matrix.go-arch }}
96
96
path : release/*
97
97
build-mac :
98
98
runs-on : macos-latest
@@ -163,7 +163,7 @@ jobs:
163
163
xcrun notarytool submit -k ~/private_keys/AuthKey_$APPLE_API_KEY.p8 -d $APPLE_API_KEY -i $APPLE_API_ISSUER --wait --timeout 10m $ZIP_OUTPUT
164
164
- uses : actions/upload-artifact@v4
165
165
with :
166
- name : hostd-zen-darwin- ${{ matrix.go-arch }}
166
+ name : hostd_zen_darwin_ ${{ matrix.go-arch }}
167
167
path : release/*
168
168
build-windows :
169
169
runs-on : windows-latest
@@ -193,7 +193,7 @@ jobs:
193
193
7z a $ZIP_OUTPUT ./bin/*
194
194
- uses : actions/upload-artifact@v4
195
195
with :
196
- name : hostd-zen-windows-amd64
196
+ name : hostd_zen_windows_amd64
197
197
path : release/*
198
198
combine-release-assets :
199
199
runs-on : ubuntu-latest
@@ -202,4 +202,4 @@ jobs:
202
202
- name : Merge Artifacts
203
203
uses : actions/upload-artifact/merge@v4
204
204
with :
205
- name : hostd-release-assets-combined
205
+ name : hostd
You can’t perform that action at this time.
0 commit comments