From 4841c3223235e2bdd8cf07d2e6f8820e631f807a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E5=BD=AA?= <1315508912@qq.com> Date: Sat, 16 Dec 2023 01:14:51 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= 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 1d06828..5687f32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,11 +147,11 @@ jobs: run: create-dmg \ --hdiutil-quiet \ - --icon "哔哩下载姬.app" 165 175 \ + --icon 哔哩下载姬.app 165 175 \ --icon-size 120 \ --app-drop-link 495 175 \ --window-size 660 400 \ - "DownKyi-${{ steps.version.outputs.content }}-osx-${{ matrix.cpu }}.dmg" "./哔哩下载姬.app" + DownKyi-${{ steps.version.outputs.content }}-osx-${{ matrix.cpu }}.dmg 哔哩下载姬.app working-directory: ./script/macos - name: Upload build artifacts uses: actions/upload-artifact@v3