mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🧑💻 微调构建
This commit is contained in:
8
.github/workflows/debug.yml
vendored
8
.github/workflows/debug.yml
vendored
@@ -12,12 +12,15 @@ jobs:
|
||||
- platform: macos-latest
|
||||
args: "--target x86_64-apple-darwin --debug"
|
||||
target: "macos-intel"
|
||||
artifact: "debug-build-macos-intel"
|
||||
- platform: macos-15-intel
|
||||
args: "--target aarch64-apple-darwin --debug"
|
||||
target: "macos-arm"
|
||||
artifact: "debug-build-macos-arm"
|
||||
- platform: macos-latest
|
||||
args: "--target aarch64-apple-darwin --debug"
|
||||
target: "macos-arm"
|
||||
artifact: "debug-build-macos-arm-latest"
|
||||
runs-on: ${{ matrix.settings.platform }}
|
||||
|
||||
steps:
|
||||
@@ -72,6 +75,5 @@ jobs:
|
||||
- name: Upload Debug Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: debug-build-${{ matrix.settings.target }}
|
||||
path: |
|
||||
src-tauri/target/*/debug/bundle/dmg/*.dmg
|
||||
name: ${{ matrix.settings.artifact }}
|
||||
path: src-tauri/target/*/debug/bundle/dmg/*.dmg
|
||||
|
||||
Reference in New Issue
Block a user