Skip to content

Commit

Permalink
Reduce compression
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jan 6, 2024
1 parent 197f6fe commit d72197d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
name: buildoutput-${{ matrix.platform }}-${{ matrix.config }}
path: out/${{ matrix.platform }}_${{ matrix.config }}/${{ inputs.keep_artifacts }}
retention-days: 5
compression-level: 0 # We expect kept artifacts to be already compressed
- name: Run API Leak Detector
uses: ./.github/actions/api_leak_detector
if: inputs.run_api_leak_detector
Expand Down

0 comments on commit d72197d

Please sign in to comment.