From cbf0e0923ccc7d404fad9626ac03077a297ae68e Mon Sep 17 00:00:00 2001 From: pranavm Date: Tue, 17 Dec 2024 10:44:52 -0800 Subject: [PATCH] Corrects path in upload step --- .github/workflows/tripy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tripy-release.yml b/.github/workflows/tripy-release.yml index 91c1df480..a3aa2c024 100644 --- a/.github/workflows/tripy-release.yml +++ b/.github/workflows/tripy-release.yml @@ -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