Skip to content

Commit

Permalink
清除无效整合步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Dec 28, 2024
1 parent e135258 commit a8473b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ jobs:
- name: Create Zip
id: create_zip
run: |
move resources\icons\AUTO_MAA_Updater.ico .\
Compress-Archive -Path app,resources,main.py,AUTO_MAA.exe,requirements.txt,README.md,LICENSE -DestinationPath AUTO_MAA_${{ env.AUTO_MAA_version }}.zip
del resources\gui\main.ui
del resources\icons\AUTO_MAA.ico
move AUTO_MAA_Updater.ico resources\icons
Compress-Archive -Path Updater.exe -DestinationPath Updater_${{ env.updater_version }}.zip
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8473b6

Please sign in to comment.