Skip to content

Commit

Permalink
Merge pull request #3971 from twz123/upload-compression-level
Browse files Browse the repository at this point in the history
Correctly set compression level in upload-artifact action
  • Loading branch information
twz123 authored Jan 24, 2024
2 parents 1b2a9c5 + 9e47e12 commit cdb88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-airgap-image-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
with:
name: airgap-image-bundle-${{ inputs.target-os }}-${{ inputs.target-arch }}
path: airgap-image-bundle-${{ inputs.target-os }}-${{ inputs.target-arch }}.tar
compression: 0
compression-level: 0

0 comments on commit cdb88c5

Please sign in to comment.