Skip to content

Commit

Permalink
fix sdk version on cdn upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Dec 27, 2024
1 parent f28cd18 commit fff34e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
CF_CACHE_PURGE_URL: ${{ secrets.CF_CACHE_PURGE_URL }}
BRANCH: ${{ steps.version.outputs.BRANCH }}
VERSION: ${{ steps.version.outputs.VERSION }}
SDK_VERSION: ${{ steps.version.outputs.SDK_VERSION }}
SDK_VERSION: ${{ steps.version.outputs.SDK_COMMIT }}

- name: Deploy linux server artifacts to CDN
run: npx alt-upload dist-server-linux js-module-v2/$BRANCH/x64_linux $VERSION $SDK_VERSION
Expand All @@ -340,7 +340,7 @@ jobs:
CF_CACHE_PURGE_URL: ${{ secrets.CF_CACHE_PURGE_URL }}
BRANCH: ${{ steps.version.outputs.BRANCH }}
VERSION: ${{ steps.version.outputs.VERSION }}
SDK_VERSION: ${{ steps.version.outputs.SDK_VERSION }}
SDK_VERSION: ${{ steps.version.outputs.SDK_COMMIT }}

delete-artifacts:
name: Delete artifacts
Expand Down

0 comments on commit fff34e9

Please sign in to comment.