Skip to content

Commit

Permalink
👷 调整测试 x5
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Dec 12, 2024
1 parent 6dd9929 commit aaf685c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit aaf685c

Please sign in to comment.