Correct logic to avoid a namespace conflict.

This commit is contained in:
Ward Fisher 2024-12-20 11:16:47 -07:00
parent b57c933d36
commit fbf6d802ce

View File

@ -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
##