Skip to content

Commit

Permalink
Add platform name to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Feb 6, 2024
1 parent 72dfeab commit 0bcdf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v4
with:
name: chip-wheels-${{ matrix.arch.name }}
name: chip-wheels-linux-${{ matrix.arch.name }}
path: project-chip/out/controller/python/*.whl
- name: Upload wheels as release assets
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v4
with:
name: chip-wheels-${{ matrix.arch.name }}
name: chip-wheels-macosx-${{ matrix.arch.name }}
path: project-chip/out/controller/python/*.whl
- name: Upload wheels as release assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0bcdf00

Please sign in to comment.