From f7a3acc75489a7c6405863947874d9497feda7b0 Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Tue, 23 May 2023 22:06:32 +0800 Subject: [PATCH] =?UTF-8?q?ci(pyinstaller):=20webApi=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9D=99=E6=80=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #39 --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 48ddfcf..e332126 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -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