From 9ff691c73db2b2ab594201f404247d41b50ea870 Mon Sep 17 00:00:00 2001 From: Vishal R <64966832+Vishram1123@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:31:25 -0500 Subject: [PATCH] Update compress_and_upload.yml --- .github/workflows/compress_and_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress_and_upload.yml b/.github/workflows/compress_and_upload.yml index a4cede9..5c3ab03 100644 --- a/.github/workflows/compress_and_upload.yml +++ b/.github/workflows/compress_and_upload.yml @@ -19,8 +19,8 @@ jobs: - name: Get Hash id: hash run: | - echo "hash=$(git rev-parse --short "$GITHUB_HEAD_REF")" >> $GITHUB_ENV - echo $GITHUB_HEAD_REF + echo "hash=$(git rev-parse --short "$GITHUB_REF_NAME")" >> $GITHUB_ENV + echo $GITHUB_REF_NAME - name: Create Release id: create_release