From 1cd381af18fa12cf4bba718c70a9218e7502a2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Fri, 4 Apr 2025 15:51:06 +0100 Subject: [PATCH] ci: fix artifacts upload --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f59f011..e819764a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,7 +157,7 @@ jobs: shell: bash env: GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }} - TAG_NAME: ${{ fromJson(needs.release-please.outputs.rp_out)['TermTk--tag_name'] }} + TAG_NAME: ${{ fromJson(needs.release-please.outputs.rp_out)['libs/pyTermTk--tag_name'] }} run: | _TMP=${{ steps.create-artifacts.outputs.artifacts_dir }} gh release upload ${TAG_NAME} ${_TMP}/TermTk.tgz