Skip to content

Commit

Permalink
Actions CI fix, round 5
Browse files Browse the repository at this point in the history
sudo rm -rf sparronator.exe
  • Loading branch information
Sparronator9999 committed Jul 25, 2024
1 parent 293efc8 commit a253db1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1

- name: Get short commit hash for artifact name
run: |
SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
echo "sha_short=$SHA_SHORT" >> "$GITHUB_ENV"
echo "Short commit hash: ${{ env.sha_short }}"
- name: Get short commit hash
uses: benjlevesque/[email protected]
with:
- variable_name: sha_short

- name: Setup MSBuild path
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit a253db1

Please sign in to comment.