Skip to content

Commit

Permalink
Update npm-publish-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Jan 20, 2025
1 parent e375f39 commit 4f5c495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
# 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 4f5c495

Please sign in to comment.