Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Mar 15, 2024
1 parent 2265788 commit 765d5ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: release-dist
name: ${{ matrix.os }}-${{ matrix.python }}
path: ./dist


Expand All @@ -93,7 +93,6 @@ jobs:
- name: Retrieve release distributions
uses: actions/download-artifact@v4
with:
name: release-dist
path: dist
merge-multiple: true

Expand Down

0 comments on commit 765d5ca

Please sign in to comment.