又换回了bat尝试解决无法添加变量的问题
This commit is contained in:
2
.github/workflows/getVersion.bat
vendored
2
.github/workflows/getVersion.bat
vendored
@@ -1,2 +1,2 @@
|
||||
for /F %%i in ('python .github/workflows/getVersion.py') do (set Version=%%i)
|
||||
echo Version=%Version% >> $env:GITHUB_ENV
|
||||
powershell -Command echo "Version=%Version%" >> $env:GITHUB_ENV
|
||||
Reference in New Issue
Block a user