Skip to content

Commit f3b8bd0

Browse files
authored
Update windows.yml
1 parent 61461d5 commit f3b8bd0

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
@@ -38,7 +38,7 @@ jobs:
3838
3939
echo Create version
4040
$file_version="$($current_date)_$($git_hash)"
41-
"file_version=$file_version" >> $$env:GITHUB_ENV
41+
"file_version=$file_version" >> $env:GITHUB_ENV
4242
4343
echo Create a build directory
4444
cd ..\

0 commit comments

Comments
 (0)