Skip to content

Commit

Permalink
Set different names for upload steps, after migrate github actions to…
Browse files Browse the repository at this point in the history
… newer versions.
  • Loading branch information
bjoernrennfanz committed Jul 3, 2024
1 parent ab936af commit a6a682d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: build-results-windows
path: ./wheelhouse/*.whl

- name: Upload Release Asset
Expand Down Expand Up @@ -232,6 +233,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: build-results-macos
path: ./wheelhouse/*.whl

- name: Upload Release Asset
Expand Down

0 comments on commit a6a682d

Please sign in to comment.