Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 13, 2024
1 parent 64e8513 commit d3cc224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
if: needs.check_tag.outputs.type == 'release'
with:
script: |
const tag = ${{ inputs.git_ref }};
const assetName = ${{ env.PROGRAM_NAME }}.so;
const tag = "${{ inputs.git_ref }}";
const assetName = "${{ env.PROGRAM_NAME }}.so";
// Fetch the release associated with the tag
const release = await github.rest.repos.getReleaseByTag({
Expand Down

0 comments on commit d3cc224

Please sign in to comment.