Skip to content

Commit d53ac13

Browse files
committed
Actually upload failure status
1 parent db495d5 commit d53ac13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
touch "/tmp/digests/${digest#sha256:}"
103103
104104
# linux/amd64 => linux-amd64
105-
- if: always()
105+
- if: success() || failure()
106106
run: |
107107
platform=${{ matrix.image.platform }}
108108
platform_safe=${platform//\//-}
@@ -118,6 +118,7 @@ jobs:
118118
retention-days: 1
119119

120120
- name: Upload outcome
121+
if: success() || failure()
121122
uses: actions/upload-artifact@v4
122123
with:
123124
name: outcome-${{ matrix.image.variant }}-${{ env.platform_safe }}

0 commit comments

Comments
 (0)