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 960965e
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 @@ -179,6 +179,7 @@ jobs:
uses: pypa/[email protected]

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

Expand Down Expand Up @@ -231,6 +232,7 @@ jobs:
PYLON_FRAMEWORK_X86_64: /Library/Frameworks

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

Expand Down

0 comments on commit 960965e

Please sign in to comment.