Skip to content

Commit

Permalink
Actions CI fix, round 4
Browse files Browse the repository at this point in the history
ok, *this* time, surely
  • Loading branch information
Sparronator9999 committed Jul 25, 2024
1 parent 8eef224 commit 293efc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Get short commit hash for artifact name
run: |
echo "sha_short=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
echo "sha_short=$SHA_SHORT" >> "$GITHUB_ENV"
echo "Short commit hash: ${{ env.sha_short }}"
- name: Setup MSBuild path
Expand Down

0 comments on commit 293efc8

Please sign in to comment.