From 997e40d9b42ae1befa49a2587f516187911ad45a Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Sun, 8 Sep 2024 16:56:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 030c7b5..35df3ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,8 +50,9 @@ jobs: - name: Zip the Build-linux if: matrix.config.os.filename != 'Windows' - run: zip -r ../tmp.zip biliTickerBuy - workdir: dist + run: | + cd ./dist/biliTicKerBuy + zip -r ../tmp.zip biliTickerBuy - name: Upload binaries to release uses: svenstaro/upload-release-action@v2