From 3de9d12b8c91e746cb5ad3512628b31b5aec746a Mon Sep 17 00:00:00 2001 From: xLuxy <67131061+xLuxy@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:59:28 +0100 Subject: [PATCH] ci: Fix upload tool --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c149698..d83a026 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - + - name: Download windows module dll uses: actions/download-artifact@v3 with: @@ -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 fast-xml-parser@4.3.6 - name: Upload windows files to CDN run: npx alt-upload dist-windows js-bytecode-module/$BRANCH/x64_win32 $VERSION $SDK_VERSION @@ -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