From cea097fdbb62da498d7e54293758c628e8f686ef Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Fri, 6 Sep 2024 18:48:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E7=B3=BB=E7=BB=9F=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48ecae9..adea55a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: pyinstaller bilibili-buy.spec - uses: vimtor/action-zip@v1 with: - files: dist/biliTickerBuy/ + files: dist recursive: false dest: ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip - uses: softprops/action-gh-release@v1