Skip to content

Commit

Permalink
Try fix short SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 1c84bde commit 431dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
$NOW=& Get-Date -format yyyy-MM-dd
echo "NOW=$NOW" >> $env:GITHUB_ENV
git_hash=$(git.exe rev-parse --short ${{ github.sha }})
$git_hash=$(git.exe rev-parse --short ${{ github.sha }})
echo "COMMIT_SHORT_SHA=$git_hash" >> $env:GITHUB_ENV
- name: Configure project
Expand Down

0 comments on commit 431dfde

Please sign in to comment.