Skip to content

Commit

Permalink
- fix: remove file after zip
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 26, 2024
1 parent 7cce39f commit feb5002
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ jobs:
- name: Compress files
run: |
7z a -tzip files-to-r2/${{ needs.prebuild.outputs.version }}.zip files-to-r2/${{ needs.prebuild.outputs.version }}
if [ "${{ matrix.os }}" == "windows-2022" ]; then
rm -Force files-to-r2/${{ needs.prebuild.outputs.version }}
else
rm -rf files-to-r2/${{ needs.prebuild.outputs.version }}
fi
7z a -tzip files-to-r2/${{ needs.prebuild.outputs.version }}.zip files-to-r2/${{ needs.prebuild.outputs.version }} -sdel
- name: Upload updates.json to R2
uses: shallwefootball/s3-upload-action@master
Expand Down

0 comments on commit feb5002

Please sign in to comment.