除去冗余通配符
This commit is contained in:
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
@@ -78,8 +78,7 @@ jobs:
|
||||
"version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||
- name: Create Zip
|
||||
run: |
|
||||
Compress-Archive -Path dist/AUTO_MAA.exe -DestinationPath AUTO_MAA_${{ env.version }}.zip
|
||||
Compress-Archive -Path data/**/*,gui/**/*,res/**/*,AUTO_MAA.py,requirements.txt,README.md,LICENSE,更新说明.txt -Update -DestinationPath AUTO_MAA_${{ env.version }}.zip
|
||||
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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user