Skip to content

Commit

Permalink
Better binary zip name.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 11, 2024
1 parent f5b31b2 commit 390adcf
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 @@ -46,7 +46,7 @@ jobs:
- name: Prepare environment
run: |
$NOW=& Get-Date -format yyyy-MM-dd
$NOW=& Get-Date -format yyyyMMdd
echo "NOW=$NOW" >> $env:GITHUB_ENV
$git_hash=$(git.exe rev-parse --short ${{ github.sha }})
echo "COMMIT_SHORT_SHA=$git_hash" >> $env:GITHUB_ENV
Expand Down

0 comments on commit 390adcf

Please sign in to comment.