Skip to content

Commit

Permalink
Actually upload failure status
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Nov 23, 2024
1 parent db495d5 commit d53ac13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
# linux/amd64 => linux-amd64
- if: always()
- if: success() || failure()
run: |
platform=${{ matrix.image.platform }}
platform_safe=${platform//\//-}
Expand All @@ -118,6 +118,7 @@ jobs:
retention-days: 1

- name: Upload outcome
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: outcome-${{ matrix.image.variant }}-${{ env.platform_safe }}
Expand Down

0 comments on commit d53ac13

Please sign in to comment.