Skip to content

Commit cbf0e09

Browse files
Corrects path in upload step
1 parent 47d26db commit cbf0e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tripy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/upload-artifact@v4
5555
with:
5656
name: release-dists
57-
path: dist/
57+
path: /tripy/dist/
5858

5959
- name: Release
6060
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)