ruaaa [page skip]

This commit is contained in:
沈瑗杰 2023-01-24 08:31:46 +08:00
parent bfa81648ab
commit 87490cef72
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ elif os.path.abspath(os.curdir) in sys.path and '-env' in sys.argv:
print(f'$env:Build_version = "{DR_runtime.Build_version}"', file=env_file) print(f'$env:Build_version = "{DR_runtime.Build_version}"', file=env_file)
elif os.path.abspath(os.curdir) in sys.path and '-github' in sys.argv: elif os.path.abspath(os.curdir) in sys.path and '-github' in sys.argv:
print(f'DR_version={DR_runtime.DR_version}') print(f'DR_version={DR_runtime.DR_version}')
print(f'DR_language={DR_runtime.language}') print(f'DR_language={DR_runtime.language}')
print(f'DR_long_version={DR_runtime.DR_long_version}') print(f'DR_long_version={DR_runtime.DR_long_version}')

View File

@ -74,7 +74,7 @@ jobs:
python after_build.py python after_build.py
python setup.py clean python setup.py clean
cd .. cd ..
rm src rm src/
cd .. cd ..
cd .. cd ..