We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0fabf commit b218f7fCopy full SHA for b218f7f
.github/workflows/linux.yml
@@ -92,14 +92,14 @@ jobs:
92
- uses: actions/upload-artifact@v3
93
if: failure()
94
with:
95
- name: config.log ${{ matrix.node-version }}
+ name: config.log-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}
96
path: |
97
/home/runner/build/**/config.log
98
- name: Build and test
99
run: ./test/travis_run_linux.sh
100
101
102
103
- name: error_log ${{ matrix.node-version }}
+ name: error_log-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}
104
path: test/perl-framework/t/logs/error_log
105
0 commit comments