Skip to content

Commit

Permalink
Corrects path in upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Dec 17, 2024
1 parent 47d26db commit cbf0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tripy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-dists
path: dist/
path: /tripy/dist/

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit cbf0e09

Please sign in to comment.