Skip to content

Commit

Permalink
修复打包目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Oct 2, 2024
1 parent 94e693d commit 48fa441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
"version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Create Zip
run: |
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
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
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 48fa441

Please sign in to comment.