Skip to content

Commit

Permalink
Remove exts from artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
calebwherry committed Sep 20, 2023
1 parent 12fd9cd commit ad91504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ jobs:
if: matrix.plat == 'any'
uses: actions/upload-artifact@v3
with:
name: amalgam-lang-${{ needs.pepify.outputs.pepified-version }}.tar.gz
name: amalgam-lang-${{ needs.pepify.outputs.pepified-version }}
path: dist/amalgam-lang-*.tar.gz
if-no-files-found: error

- name: Upload Wheel Artifact
uses: actions/upload-artifact@v3
with:
name: amalgam_lang-${{ needs.pepify.outputs.pepified-version }}-py3-none-${{ matrix.plat }}.whl
name: amalgam_lang-${{ needs.pepify.outputs.pepified-version }}-py3-none-${{ matrix.plat }}
path: dist/amalgam_lang-*.whl
if-no-files-found: error

Expand Down

0 comments on commit ad91504

Please sign in to comment.