Skip to content

Commit

Permalink
Update compress_and_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishram1123 authored Feb 21, 2024
1 parent 68c3d5b commit 9ff691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compress_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ff691c

Please sign in to comment.