We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b7607 commit b878692Copy full SHA for b878692
.github/workflows/bash.yml
@@ -87,5 +87,5 @@ jobs:
87
if: failure()
88
uses: actions/upload-artifact@v4
89
with:
90
- name: Upload cylc-run artifact
+ name: 'cylc-run (bash-${{ matrix.bash-version }})'
91
path: cylc-run
.github/workflows/test_functional.yml
@@ -251,6 +251,7 @@ jobs:
251
-exec echo '====== {} ======' \; -exec cat '{}' \;
252
253
- name: Set artifact upload name
254
+ if: always()
255
id: uploadname
256
run: |
257
# artifact name cannot contain '/' characters
0 commit comments