File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,23 +239,23 @@ jobs:
239239 - goos : linux
240240 goarch : amd64
241241 runs-on : ubuntu-latest
242- artifact : ${{ env.APP_NAME }} -linux-amd64
242+ artifact : oho -linux-amd64
243243 - goos : linux
244244 goarch : arm64
245245 runs-on : ubuntu-latest
246- artifact : ${{ env.APP_NAME }} -linux-arm64
246+ artifact : oho -linux-arm64
247247 - goos : darwin
248248 goarch : amd64
249249 runs-on : macos-latest
250- artifact : ${{ env.APP_NAME }} -darwin-amd64
250+ artifact : oho -darwin-amd64
251251 - goos : darwin
252252 goarch : arm64
253253 runs-on : macos-latest
254- artifact : ${{ env.APP_NAME }} -darwin-arm64
254+ artifact : oho -darwin-arm64
255255 - goos : windows
256256 goarch : amd64
257257 runs-on : windows-latest
258- artifact : ${{ env.APP_NAME }} -windows-amd64
258+ artifact : oho -windows-amd64
259259 steps :
260260 - name : Download artifact
261261 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments