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 25032f5 commit ceb119f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: Download windows module dll
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Install CDN upload tool
run: npm i @altmp/upload-tool@latest
run: npm i @altmp/upload-tool@latest [email protected]

- name: Upload windows files to CDN
run: npx alt-upload dist-windows js-bytecode-module/$BRANCH/x64_win32 $VERSION $SDK_VERSION
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
ref: main
repo: altmp/altv-docker
token: ${{ steps.get_workflow_token.outputs.token }}

delete-artifacts:
name: Delete artifacts
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ceb119f

Please sign in to comment.