6 lines
140 B
Python
6 lines
140 B
Python
import os
|
|
import getVersion
|
|
|
|
versionCode, versionName = getVersion.getVersion()
|
|
|
|
os.system(f'echo Version={versionName} >> $env:GITHUB_ENV') |