Skip to content

Commit

Permalink
Actions CI fix, round 3
Browse files Browse the repository at this point in the history
please work this time
  • Loading branch information
Sparronator9999 committed Jul 25, 2024
1 parent 2df5e41 commit 8eef224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1

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

0 comments on commit 8eef224

Please sign in to comment.