Skip to content

Commit

Permalink
Rename artifacts in basemap-for-manylinux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Feb 14, 2024
1 parent 2a9798d commit 29e4a4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basemap-for-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
name: Upload test artifacts
uses: actions/upload-artifact@v1
with:
name: test
name: artifacts-test
path: ${{ env.PKGDIR }}/.coverage.${{ matrix.python-version }}

coverage:
Expand All @@ -326,7 +326,7 @@ jobs:
name: Download test artifacts
uses: actions/download-artifact@v1
with:
name: test
name: artifacts-test
path: ${{ env.PKGDIR }}
-
name: Install test requirements
Expand All @@ -344,7 +344,7 @@ jobs:
name: Upload coverage artifacts
uses: actions/upload-artifact@v1
with:
name: coverage
name: artifacts-coverage
path: ${{ env.PKGDIR }}/htmlcov

docs:
Expand Down Expand Up @@ -383,13 +383,13 @@ jobs:
name: Upload docs artifacts
uses: actions/upload-artifact@v1
with:
name: docs
name: artifacts-docs
path: ${{ env.PKGDIR }}/public
-
name: Upload github-pages artifact
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
name: artifacts-github-pages
path: ${{ env.PKGDIR }}/public

pages:
Expand Down

0 comments on commit 29e4a4e

Please sign in to comment.