Skip to content

Commit

Permalink
github: ensure artifacts are always overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jan 31, 2025
1 parent 13ff32b commit 5a965be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openwrt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
retention-days: 30
# Since we cant turn off compression set to lowest level
compression-level: 0
# rerunning jobs overwrites artifacts from previous runs
# this was the default behavior in v3.x
# ref: https://github.com/actions/upload-artifact/blob/v3.1.1/README.md?plain=1#L152
overwrite: true
- name: 'Upload openwrt build log'
uses: actions/upload-artifact@v4.6.0
with:
Expand Down

0 comments on commit 5a965be

Please sign in to comment.