From ac46ff6a744a943b3fee9cbd4640b9f61d93f360 Mon Sep 17 00:00:00 2001 From: ShyButHandsome <53562922+ShyButHandsome@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:05:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E4=BA=86=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=AE=8C=E6=88=90=E5=AE=89=E8=A3=85=E5=8C=85=E4=BD=86?= =?UTF-8?q?=E6=98=AF=E6=B2=A1=E6=8E=A8=E9=80=81=E5=88=B0GitHub=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a02d08..724bee8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: - name: Upload Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' && matrix.arch == 'x64' + if: startsWith(github.ref, 'refs/tags/') with: body_path: "./release.txt" files: "./packages/app/dist/**.exe,./packages/app/dist/**.dmg,./packages/app/dist/**.AppImage,./packages/app/dist/**.zip,./packages/app/dist/**.deb,./packages/app/dist/**.rpm" @@ -141,4 +141,4 @@ jobs: if: runner.os == 'Linux' && matrix.arch == 'x64' # 每个打包成非安装包的文件夹下都会有,chrome.zip,这里要删除,只上传安装包文件,里面自带编译了 chrome.zip 内置谷歌浏览器 run: | - coscmd upload -r packages/app/dist/ /app/download/${{ env.VERSION }}/ --include *.zip,*.exe,*.dmg,*.AppImage,*.deb,*.rpm --ignore "**/*/chrome.zip" \ No newline at end of file + coscmd upload -r packages/app/dist/ /app/download/${{ env.VERSION }}/ --include *.zip,*.exe,*.dmg,*.AppImage,*.deb,*.rpm --ignore "**/*/chrome.zip"