Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Aug 15, 2023
1 parent e38068e commit 573d74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: upload default wheel
uses: actions/upload-artifact@v2
with:
name: ${{ env.PACKAGE_NAME }}-wheel
path: ${{ env.ROS_WS }}/build/${{ env.PACKAGE_NAME }}/bin/wheel/*.whl

- name: auditwheel repair wheel
Expand All @@ -75,4 +76,5 @@ jobs:
- name: upload repaired wheel
uses: actions/upload-artifact@v2
with:
name: ${{ env.PACKAGE_NAME }}-repaired-wheel
path: ${{ env.ROS_WS }}/build/${{ env.PACKAGE_NAME }}/bin/wheel/auditwheel_repaired/*.whl

0 comments on commit 573d74a

Please sign in to comment.