Skip to content

Commit

Permalink
💚 Add path for Github commit SHA file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky authored Aug 3, 2024
1 parent 77aa3aa commit 1339f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Git Commit SHA file
shell: bash
run: |
echo "${{ env.sha_short }}" > ./GIT_COMMIT_SHA
echo "${{ env.sha_short }}" > ${{ github.workspace }}/GIT_COMMIT_SHA
# Create Unofficial Release
- name: Create Pre-Release
Expand Down

0 comments on commit 1339f90

Please sign in to comment.