修改actions上传名称,修改编译时依赖的python脚本

This commit is contained in:
2021-08-09 07:10:40 +08:00
parent 20cd27d7f6
commit a71b504589
5 changed files with 75 additions and 25 deletions

2
.github/workflows/getVersion.bat vendored Normal file
View File

@@ -0,0 +1,2 @@
for /F %%i in ('python .github/workflows/getVersion.py') do (set Version=%%i)
echo Version=%Version%