Skip to content

Commit

Permalink
ci: overwrite artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Nov 4, 2024
1 parent e3c2ac5 commit 48a5555
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ jobs:
name: logs-${{ env.SAFE_PORT_NAME }}
path: logs/

# overwrite artifact if exists. this enables failed job to run again
overwrite: true

- name: rename packages.built to packages
if: success() || failure()
shell: sh
Expand All @@ -334,10 +337,12 @@ jobs:
with:
name: packages-${{ env.SAFE_PORT_NAME }}
path: packages/
overwrite: true

- name: upload ccache cache
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: ccache-${{ env.SAFE_PORT_NAME }}
path: ccache
overwrite: true

0 comments on commit 48a5555

Please sign in to comment.