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