From aeee89cc811c1176f0b03e6e565e6282e673fe1c Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Thu, 12 Sep 2024 23:06:55 -0700 Subject: [PATCH] use tag name for release --- .github/workflows/deploy-program.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-program.yml b/.github/workflows/deploy-program.yml index 479b14f..fca1ca2 100644 --- a/.github/workflows/deploy-program.yml +++ b/.github/workflows/deploy-program.yml @@ -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 }}