Skip to content

Commit

Permalink
Fix SHA characters length in dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Dec 29, 2024
1 parent 9a56c49 commit 780defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Get commit SHA
shell: bash
run: echo "HASH=$(echo $GITHUB_SHA | cut -c1-8)" >> $GITHUB_ENV
run: echo "HASH=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV

- name: Upload release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 780defb

Please sign in to comment.