Skip to content

Commit

Permalink
Attempt to always get artifacts, irrespective of earlier task status
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 8, 2023
1 parent 454afa3 commit 7c806d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
- name: 'Tar output files'
id: tar-package
if: always()
run: |
set -e
set -u
Expand All @@ -290,6 +291,7 @@ jobs:
- name: 'Upload Artifact'
id: tar-upload
uses: actions/upload-artifact@v3
if: always()
with:
name: mcstas-artefacts
path: "*_output.tgz"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mcxtrace-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
- name: 'Tar output files'
id: tar-package
if: always()
run: |
set -e
set -u
Expand All @@ -222,6 +223,7 @@ jobs:
- name: 'Upload Artifact'
id: tar-upload
uses: actions/upload-artifact@v3
if: always()
with:
name: mcxtrace-artefacts
path: "*_output.tgz"
Expand Down

0 comments on commit 7c806d1

Please sign in to comment.