Skip to content

Commit

Permalink
use tag name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 13, 2024
1 parent 55ffe19 commit aeee89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
if: needs.check_tag.outputs.type == 'release'
with:
repo: ${{ github.repository }}
version: ${{ inputs.git_ref }}
version: 'tags/${{ inputs.git_ref }}'
target: './programs/.bin/${{ env.PROGRAM_NAME }}.so'
file: ${{ env.PROGRAM_NAME }}.so
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aeee89c

Please sign in to comment.