Skip to content

Commit

Permalink
Disable the compression in actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Mar 20, 2024
1 parent 6aa64e0 commit d2b3803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
with:
name: build-${{ github.ref_name }}_${{ inputs.package }}-${{ github.sha }}
path: packages/${{ inputs.package }}/build.tar.zst
compression-level: 0

deploy-prod:
name: Deploy to production
Expand Down

0 comments on commit d2b3803

Please sign in to comment.