Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Sep 24, 2024
1 parent 402e309 commit 68f7e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: qjsc-prebuild-windows-2022-node16
path: prebuilds/win32-x64/
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: qjsc-prebuild-ubuntu-latest-node16
path: prebuilds/linux-x64/
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: qjsc-prebuild-macos-12-node16
path: prebuilds/darwin-x64/
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: qjsc-prebuild-macos-14-node16
path: prebuilds/darwin-arm64/
Expand Down

0 comments on commit 68f7e18

Please sign in to comment.