Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 authored Oct 28, 2024
1 parent 61ce6fc commit 1fd8e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1fd8e1f

Please sign in to comment.