mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Correct logic to avoid a namespace conflict.
This commit is contained in:
parent
b57c933d36
commit
fbf6d802ce
11
.github/workflows/run_tests_ubuntu.yml
vendored
11
.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 }}-${{ github.job }}
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}
|
||||
path: |
|
||||
*.tar*
|
||||
*.zip
|
||||
@ -327,15 +327,6 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
run: make dist -j
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: netcdf-c-autotools-source-distribution-${{ matrix.runs-on }}-${{ github.job }}
|
||||
path: |
|
||||
*.tar*
|
||||
*.zip
|
||||
*.tgz
|
||||
|
||||
|
||||
##
|
||||
# Parallel
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user