From 1fd8e1f3f0218d87a0705e7cfb18fcaf291732ab Mon Sep 17 00:00:00 2001 From: Priya Gupta <147705955+priyagupta108@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:25:19 +0530 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8e49a88..46b6fed 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -38,5 +38,5 @@ jobs: LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) gh release create "${{ github.event.inputs.tool-version }}-${{ github.run_id }}" --draft --title "Release $LATEST_COMMIT" \ --notes "${{ steps.generate-release-body.outputs.RELEASE_BODY }}" \ - "https://github.com/priyagupta108/sample-python/releases/tag/$LATEST_TAG.zip#sample-python-$LATEST_TAG.zip" \ - "https://github.com/priyagupta108/sample-python/releases/tag/$LATEST_TAG.tar.gz#sample-python-$LATEST_TAG.tar.gz" + "https://github.com/priyagupta108/sample-python/archive/refs/tags/v1.0.0.zip#sample-python-v1.0.0.zip" \ + "https://github.com/priyagupta108/sample-python/archive/refs/tags/v1.0.0.tar.gz#sample-python-v1.0.0.tar.gz"