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 d1657b2 commit b951e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
rm dist-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 artifacts to cdn
run: npx alt-upload dist-windows js-module/$BRANCH/x64_win32 $VERSION $SDK_VERSION
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
BRANCH: ${{ steps.version.outputs.BRANCH }}
VERSION: ${{ steps.version.outputs.VERSION }}
SDK_VERSION: ${{ steps.version.outputs.SDK_VERSION }}

build-docker:
name: Trigger Docker image build
runs-on: ubuntu-latest
Expand Down

0 comments on commit b951e89

Please sign in to comment.