Skip to content

Commit

Permalink
fix(ci): download action
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 24, 2023
1 parent 8445720 commit 47809bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run_install: false

- name: 📦 Download Build (x86_64)
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v3
with:
name: addon-x86_64
path: build/Release
Expand All @@ -120,7 +120,7 @@ jobs:
run: pnpm pkg-prebuilds-copy --baseDir build/Release --source venmic-addon.node --name=venmic-addon --strip --napi_version=7 --arch=x64

- name: 📦 Download Build (arm64)
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v3
with:
name: addon-arm64
path: build/Release
Expand Down

0 comments on commit 47809bb

Please sign in to comment.