mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Add job name to avoid namespace collision
This commit is contained in:
parent
428db8dabc
commit
b57c933d36
4
.github/workflows/run_tests_ubuntu.yml
vendored
4
.github/workflows/run_tests_ubuntu.yml
vendored
@ -232,7 +232,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}-${{ github.job }}
|
||||
path: |
|
||||
*.tar*
|
||||
*.zip
|
||||
@ -329,7 +329,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}-${{ github.job }}
|
||||
path: |
|
||||
*.tar*
|
||||
*.zip
|
||||
|
Loading…
Reference in New Issue
Block a user