Skip to content

Commit

Permalink
fix: file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Sep 16, 2024
1 parent 28054e7 commit 9d52de5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
AWS_BUCKET: ${{secrets.S3_BUCKET}}
if: ${{env.AWS_BUCKET != ''}}
run: |
node scripts/prepare-artifacts.js AppImage
node scripts/prepare-artifacts.cjs AppImage
npx @dcl/cdn-uploader@next --bucket ${{secrets.S3_BUCKET}} --local-folder output --bucket-folder "launcher-branch/${{github.ref_name}}"
build_macos:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
AWS_BUCKET: ${{secrets.S3_BUCKET}}
if: ${{env.AWS_BUCKET != ''}}
run: |
node scripts/prepare-artifacts.js dmg
node scripts/prepare-artifacts.cjs dmg
npx @dcl/cdn-uploader@next --bucket ${{secrets.S3_BUCKET}} --local-folder output --bucket-folder "launcher-branch/${{github.ref_name}}"
build_windows:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
AWS_BUCKET: ${{secrets.S3_BUCKET}}
if: ${{env.AWS_BUCKET != ''}}
run: |
node scripts/prepare-artifacts.js appx
node scripts/prepare-artifacts.cjs appx
npx @dcl/cdn-uploader@next --bucket ${{secrets.S3_BUCKET}} --local-folder output --bucket-folder "launcher-branch/${{github.ref_name}}"
- name: Upload artifacts exe
Expand All @@ -212,7 +212,7 @@ jobs:
AWS_BUCKET: ${{secrets.S3_BUCKET}}
if: ${{env.AWS_BUCKET != ''}}
run: |
node scripts/prepare-artifacts.js exe
node scripts/prepare-artifacts.cjs exe
npx @dcl/cdn-uploader@next --bucket ${{secrets.S3_BUCKET}} --local-folder output --bucket-folder "launcher-branch/${{github.ref_name}}"
deployment_notification:
Expand Down

0 comments on commit 9d52de5

Please sign in to comment.