Skip to content

Commit

Permalink
- fix: file compression
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 26, 2024
1 parent 9b24fad commit 7947764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Compress files
run: |
cd ./files-to-r2 && 7z a -tzip files-to-r2/${{ needs.prebuild.outputs.version }}.zip . -sdel
cd ./files-to-r2 && 7z a -tzip ${{ needs.prebuild.outputs.version }}.zip . -sdel
- name: Upload updates.json to R2
uses: shallwefootball/s3-upload-action@master
Expand Down

0 comments on commit 7947764

Please sign in to comment.