Update python-app.yml
自动构建
This commit is contained in:
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
@@ -37,3 +37,8 @@ jobs:
|
|||||||
- name: Built with pyinstaller
|
- name: Built with pyinstaller
|
||||||
run: |
|
run: |
|
||||||
pyinstaller -F --version-file res/info.txt -w --icon=res/AUTO_MAA.ico AUTO_MAA.py
|
pyinstaller -F --version-file res/info.txt -w --icon=res/AUTO_MAA.ico AUTO_MAA.py
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: AUTO_MAA
|
||||||
|
path: ./
|
||||||
|
|||||||
Reference in New Issue
Block a user