From 60f9b0f9877fe2f90c79ac6df56e42b8840750c6 Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Fri, 6 Sep 2024 19:50:38 +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 8b362a4..53edfa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: pyinstaller bilibili-buy.spec - name: Zip the Build-windows if: matrix.config.os.filename == 'Windows' - run: Compress-Archive -Path ./dist/biliTicerBuy -DestinationPath ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip + run: Compress-Archive -Path ./dist/biliTicKerBuy -DestinationPath ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip - name: Zip the Build-unix if: matrix.config.os.filename != 'Windows' run: zip -r ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip ./dist/biliTickerBuy/*