From d3cc224a0612efe9e0aec8db07ba26abc89767b4 Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Thu, 12 Sep 2024 23:45:48 -0700 Subject: [PATCH] syntax --- .github/workflows/deploy-program.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-program.yml b/.github/workflows/deploy-program.yml index 4c8cc6f..944edd2 100644 --- a/.github/workflows/deploy-program.yml +++ b/.github/workflows/deploy-program.yml @@ -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({