Skip to content

Commit b878692

Browse files
committed
GH Actions artifact name fixes
1 parent 58b7607 commit b878692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
if: failure()
8888
uses: actions/upload-artifact@v4
8989
with:
90-
name: Upload cylc-run artifact
90+
name: 'cylc-run (bash-${{ matrix.bash-version }})'
9191
path: cylc-run

.github/workflows/test_functional.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
-exec echo '====== {} ======' \; -exec cat '{}' \;
252252
253253
- name: Set artifact upload name
254+
if: always()
254255
id: uploadname
255256
run: |
256257
# artifact name cannot contain '/' characters

0 commit comments

Comments
 (0)