Skip to content

Commit

Permalink
fix: fix rename paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Mar 4, 2024
1 parent aa9eead commit 779da68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
npm config set msvs_version 2022 -g
- run: npm install --ignore-scripts
- run: npm run build -- --msvs_version=2022
- if: ${{ matrix.os == 'windows' }}
shell: powershell
run: Rename-Item -Path "build\\Release\\qjsc_20210327.node" -NewName "build\\Release\\node.napi.node"
- run: mv build/Release/qjsc_20210327.node build/Release/node.napi.node
- uses: actions/upload-artifact@v3
with:
name: qjsc-prebuild-${{ matrix.os }}-node${{ matrix.node }}
Expand Down

0 comments on commit 779da68

Please sign in to comment.