Skip to content

Commit

Permalink
ci: always upload packages
Browse files Browse the repository at this point in the history
the comment is no longer true
  • Loading branch information
trombik committed Nov 4, 2024
1 parent c48e931 commit 7bb5f08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,7 @@ jobs:
- name: upload packages
id: packages-upload-step

# if the outcome is failure `packages` directory contains compressed
# zip files. do not upload them.
if: ${{ steps.download-packages.outcome == 'success' }} && ( success() || failure() )
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: packages-${{ env.SAFE_PORT_NAME }}
Expand Down

0 comments on commit 7bb5f08

Please sign in to comment.