Skip to content

Commit

Permalink
kernelCTF: GHA: do not gzip release files (they are compressed already)
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas committed Nov 24, 2023
1 parent 5219fe2 commit 4508fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kernelctf-release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ jobs:
path: kernelctf/releases/${{inputs.releaseId}}
destination: kernelctf-build/releases
predefinedAcl: publicRead
gzip: false # most of the files are compressed already, do not compress them again
process_gcloudignore: false # removes warnings that .gcloudignore file does not exist

0 comments on commit 4508fa9

Please sign in to comment.