修改部分语法错误
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
"version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append
|
"version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
- name: Create Zip
|
- name: Create Zip
|
||||||
run: |
|
run: |
|
||||||
zip -r AUTO_MAA_${{ env.version }}.zip data/**/* gui/**/* res/**/* AUTO_MAA.py dist/AUTO_MAA.exe requirements.txt README.md LICENSE 更新说明.txt
|
Compress-Archive -Path data/**/*,gui/**/*,res/**/*,AUTO_MAA.py,dist/AUTO_MAA.exe,requirements.txt,README.md,LICENSE,更新说明.txt -DestinationPath AUTO_MAA_${{ env.version }}.zip
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user