Skip to content

Commit

Permalink
github: set compression to level 0 for tar.gz artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jan 31, 2025
1 parent d26eb1a commit 13ff32b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/openwrt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
path: |
openwrt/build/artifacts/*.tar.gz
retention-days: 30
# Since we cant turn off compression set to lowest level
compression-level: 0
- name: 'Upload openwrt build log'
uses: actions/upload-artifact@v4.6.0
with:
Expand Down

0 comments on commit 13ff32b

Please sign in to comment.