Skip to content

Commit

Permalink
fix(ci): release artifact keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent f8a3ae8 commit 28a4b13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -80,6 +81,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist-source
path: dist/*.tar.gz

create_release:
Expand All @@ -102,6 +104,10 @@ jobs:

# download all artifacts to project dir
- uses: actions/download-artifact@v4
with:
pattern: dist-*
merge-multiple: true
path: dist

- name: Generate changes file
uses: sarnold/gitchangelog-action@master
Expand Down

0 comments on commit 28a4b13

Please sign in to comment.