Skip to content

Commit

Permalink
ci: Fix upload tool
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Mar 17, 2024
1 parent f236e5d commit abddd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
rm dist-server-linux/sdk.version
- name: Install upload tool
run: npm i @altmp/upload-tool@latest
run: npm i @altmp/upload-tool@latest [email protected]

- name: Deploy windows server artifacts to CDN
run: npx alt-upload dist-server-windows js-module-v2/$BRANCH/x64_win32 $VERSION $SDK_VERSION
Expand Down

0 comments on commit abddd69

Please sign in to comment.