尝试使用python解决bat无法添加变量的问题

This commit is contained in:
2021-08-09 07:39:26 +08:00
parent 8d74a35f29
commit ebc4e08986
2 changed files with 7 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ jobs:
echo "CommitID=$CommitID" >> $env:GITHUB_ENV
- name: GetVersion
run: |
.\.github\workflows\getVersion.bat
python .github/workflows/windowsGetVersion.py
- name: Download love
run: |
curl -OL https://github.com/love2d/love/releases/download/11.3/love-11.3-win64.zip