Skip to content

Commit

Permalink
ci: fix "an artifact with this name already exists on the workflow run"
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmiteko committed Apr 25, 2024
1 parent d209893 commit 852f4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
uses: actions/checkout@v4
- name: "Pkg this"
run: |
npm run pkg "${{ matrix.platform }}-arm64"
npm run pkg "node18-${{ matrix.platform }}-arm64"
- name: "Upload to artifact"
uses: actions/upload-artifact@v4
with:
name: arm64
name: node18-${{ matrix.platform }}-arm64
path: "dist/*.zip"
- name: "Upload to release draft"
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit 852f4d4

Please sign in to comment.