mirror of
https://github.com/nasa/trick.git
synced 2025-01-20 19:49:27 +00:00
Made the artifact name unique within the workflow run.
This commit is contained in:
parent
e806fea8f3
commit
c4eecc3bd6
4
.github/workflows/trickops.yml
vendored
4
.github/workflows/trickops.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: doctests
|
||||
name: doctests_${{ github.run_id }}_${{ github.job }}
|
||||
path: |
|
||||
share/trick/trickops/tests/*_doctest_log.txt
|
||||
/tmp/log.*
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: doctests
|
||||
name: doctests_${{ github.run_id }}_${{ github.job }}
|
||||
path: |
|
||||
share/trick/trickops/tests/*_doctest_log.txt
|
||||
/tmp/log.*
|
||||
|
Loading…
Reference in New Issue
Block a user