Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Aug 31, 2024
1 parent dbf0f18 commit 8cf7648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
"git_hash=$git_hash" >> $env:GITHUB_ENV
echo Create version
$file_version=$current_date_$git_hash
$file_version="$($current_date)_$($git_hash)"
"file_version=$file_version" >> $$env:GITHUB_ENV
echo Create a build directory
Expand Down

0 comments on commit 8cf7648

Please sign in to comment.