From f0d8223f14cb6a6addaca4207972549e3f69b7f5 Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Tue, 28 Mar 2023 22:15:39 +0800 Subject: [PATCH] =?UTF-8?q?ci(pyinstaller):=20=E5=A2=9E=E5=8A=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyinstaller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 1d8fc48..f154858 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -48,5 +48,6 @@ jobs: files: | # 多个文件要加 | dist/TikTokCommand.exe dist/TikTokWeb.exe + config.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 默认为${{ github.token }}