Skip to content

Commit

Permalink
Use unique names for artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 12, 2024
1 parent a27ee36 commit c766edb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload compiled wheels
uses: actions/upload-artifact@v4
with:
name: dist
name: python-wheels
path: dist/*.whl

windows-installer:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload installer
uses: actions/upload-artifact@v4
with:
name: dist
name: windows-installer
path: dist/*.exe

# git-release:
Expand All @@ -69,7 +69,6 @@ jobs:
# - name: Download installer
# uses: actions/download-artifact@v4
# with:
# name: dist
# path: dist
# - name: Create GitHub Release
# uses: docker://antonyurchenko/git-release:v4
Expand Down

0 comments on commit c766edb

Please sign in to comment.