2 lines
119 B
Batchfile
2 lines
119 B
Batchfile
for /F %%i in ('python .github/workflows/getVersion.py') do (set Version=%%i)
|
|
echo Version=%Version% >> $env:GITHUB_ENV |