Skip to content

Commit

Permalink
Update game_msi.yml
Browse files Browse the repository at this point in the history
update to upload-artifact@v4
  • Loading branch information
Drewol authored Feb 24, 2025
1 parent 33dcf2e commit caf1101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/game_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
AWS_DEFAULT_REGION: weur
run: aws s3 sync . s3://${{ secrets.R2_BUCKET }}/${{ github.ref_name }} --endpoint-url ${{ secrets.S3_ENDPOINT }} --exclude "*" --include "*.tar" --include "*.deb"
continue-on-error: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-${{ runner.arch }}-Bundle
path: ${{ matrix.os.artifact }}
Expand All @@ -58,7 +58,7 @@ jobs:
AWS_DEFAULT_REGION: weur
run: aws s3 sync . s3://${{ secrets.R2_BUCKET }}/${{ github.ref_name }} --endpoint-url ${{ secrets.S3_ENDPOINT }} --exclude "*" --include "*.msi"
continue-on-error: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows installer
path: target/**/*.msi
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
AWS_DEFAULT_REGION: weur
run: aws s3 sync . s3://${{ secrets.R2_BUCKET }}/${{ github.ref_name }} --endpoint-url ${{ secrets.S3_ENDPOINT }} --exclude "*" --include "*.zip"
continue-on-error: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows portable
path: ${{ github.workspace }}/kson-win-portable.zip

0 comments on commit caf1101

Please sign in to comment.