Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b29e481

Browse files
committed
fix(ci): Update file in mac intel build
1 parent 38647e3 commit b29e481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@ jobs:
225225
uses: svenstaro/upload-release-action@v2
226226
with:
227227
repo_token: ${{ secrets.GITHUB_TOKEN }}
228-
file: build/nitro-${{ steps.extract_commit_id.outputs.sha_short }}-mac-amd64.zip
228+
file: nitro.zip
229229
asset_name: nitro-${{ steps.extract_commit_id.outputs.sha_short }}-mac-amd64.zip.zip
230230
tag: ${{ steps.extract_branch.outputs.branch }}-${{ steps.extract_commit_id.outputs.sha_short }}

0 commit comments

Comments
 (0)