From aaf685c653f834cdfcfce9d6af2e4be0898fca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 12 Dec 2024 09:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E8=B0=83=E6=95=B4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20x5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c29dc9c8..9b9bdf6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,12 +16,15 @@ jobs: - platform: windows-latest args: "--verbose" target: "windows" + bundleDir: msi - platform: macos-latest args: "--target x86_64-apple-darwin" target: "macos-intel" + bundleDir: dmg - platform: macos-latest args: "--target aarch64-apple-darwin" target: "macos-arm" + bundleDir: dmg runs-on: ${{ matrix.settings.platform }} steps: @@ -65,6 +68,8 @@ jobs: TAURI_VERSION: ${{ github.event.inputs.version }} - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: tauri-${{ matrix.settings.target }} + name: TeyvatGuide_v${{ github.event.inputs.version }}_${{ matrix.settings.target }} + path: src-tauri/target/${{ matrix.settings.target }}/release/bundle/${{ matrix.settings.bundleDir }}/ + if-no-files-found: error