Skip to content

Commit

Permalink
ci(.github/workflows): Update artifact upload path in python-publish …
Browse files Browse the repository at this point in the history
…workflow

Signed-off-by: loonghao <hal.long@outlook.com>
  • Loading branch information
loonghao committed Nov 8, 2024
1 parent 5c9eca2 commit f8bc71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: portable_rez-${{ steps.get_tag_name.outputs.version }}-${{ matrix.target.triple }}
path: .zip/portable_rez-${{ steps.get_tag_name.outputs.version }}-*.zip
path: .zip/

upload-artifact:
needs: deploy
Expand Down

0 comments on commit f8bc71e

Please sign in to comment.