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 210a059 commit e375f39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
prebuild:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-14]
node: [16]
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/download-artifact@v2
with:
name: qjsc-prebuild-windows-2022-node16
path: prebuilds/win32-x64/
# - uses: actions/download-artifact@v2
# with:
# name: qjsc-prebuild-windows-2022-node16
# path: prebuilds/win32-x64/
- uses: actions/download-artifact@v2
with:
name: qjsc-prebuild-ubuntu-latest-node16
Expand Down

0 comments on commit e375f39

Please sign in to comment.