Skip to content

Commit

Permalink
Update game_msi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol authored Oct 30, 2024
1 parent 0c62ab8 commit fe594f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/game_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
Copy-Item ${{ github.workspace }}/game/skins -Destination ${{ github.workspace }}/kson-win-portable -Recurse
Copy-Item ${{ github.workspace }}/target/release/rusc.exe -Destination ${{ github.workspace }}/kson-win-portable
Copy-Item ${{ github.workspace }}/target/release/kson-editor.exe -Destination ${{ github.workspace }}/kson-win-portable
Compress-Archive -Path ${{ github.workspace }}/kson-win-portable ${{ github.workspace }}/kson-win-portable.zip
Compress-Archive -Path ${{ github.workspace }}/kson-win-portable -DestinationPath ${{ github.workspace }}/kson-win-portable.zip
- run: aws s3 sync . s3://${{ secrets.R2_BUCKET }}/${{ github.ref_name }} --endpoint-url ${{ secrets.S3_ENDPOINT }} --exclude "*" --include "*.zip"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fe594f8

Please sign in to comment.