Skip to content

Commit

Permalink
Correctly set compression level in upload-asset action
Browse files Browse the repository at this point in the history
The right parameter is "compression-level", not "compression".

Fixes: f1e55b6 ("Use upload/download to share airgap bundles between tests")
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jan 24, 2024
1 parent fe624d7 commit 222dd6e
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 222dd6e

Please sign in to comment.