mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-05 08:22:44 +08:00
parent
b38e210927
commit
f7a3acc754
2
.github/workflows/pyinstaller.yml
vendored
2
.github/workflows/pyinstaller.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
pyinstaller -i ./static/img/favicon.ico -F DouYinCommand.py
|
||||
pyinstaller -i ./static/img/favicon.ico -F WebApi.py --add-data "templates;templates"
|
||||
pyinstaller -i ./static/img/favicon.ico -F WebApi.py --add-data "templates;templates" --add-data "static;static"
|
||||
|
||||
- name: Create Release and Upload Release Asset
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user