Skip to content

Commit 8cf7648

Browse files
authored
Update windows.yml
1 parent dbf0f18 commit 8cf7648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
"git_hash=$git_hash" >> $env:GITHUB_ENV
3838
3939
echo Create version
40-
$file_version=$current_date_$git_hash
40+
$file_version="$($current_date)_$($git_hash)"
4141
"file_version=$file_version" >> $$env:GITHUB_ENV
4242
4343
echo Create a build directory

0 commit comments

Comments
 (0)