Skip to content

Commit

Permalink
ci: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Apr 7, 2024
1 parent 88f6b5f commit 55811cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
echo ::set-output name=VERSION::${TAG/*\/}
- name: Install CDN upload tool
run: npm i @altmp/upload-tool@latest
run: npm i @altmp/upload-tool@latest [email protected]

- name: Upload windows release files to CDN
run: npx alt-upload dist-windows-release deps/nodejs/$BRANCH/x64_win32/Release $VERSION
Expand Down

0 comments on commit 55811cb

Please sign in to comment.