mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +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
|
- platform: macos-latest
|
||||||
args: "--target x86_64-apple-darwin --debug"
|
args: "--target x86_64-apple-darwin --debug"
|
||||||
target: "macos-intel"
|
target: "macos-intel"
|
||||||
|
artifact: "debug-build-macos-intel"
|
||||||
- platform: macos-15-intel
|
- platform: macos-15-intel
|
||||||
args: "--target aarch64-apple-darwin --debug"
|
args: "--target aarch64-apple-darwin --debug"
|
||||||
target: "macos-arm"
|
target: "macos-arm"
|
||||||
|
artifact: "debug-build-macos-arm"
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
args: "--target aarch64-apple-darwin --debug"
|
args: "--target aarch64-apple-darwin --debug"
|
||||||
target: "macos-arm"
|
target: "macos-arm"
|
||||||
|
artifact: "debug-build-macos-arm-latest"
|
||||||
runs-on: ${{ matrix.settings.platform }}
|
runs-on: ${{ matrix.settings.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -72,6 +75,5 @@ jobs:
|
|||||||
- name: Upload Debug Build Artifacts
|
- name: Upload Debug Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: debug-build-${{ matrix.settings.target }}
|
name: ${{ matrix.settings.artifact }}
|
||||||
path: |
|
path: src-tauri/target/*/debug/bundle/dmg/*.dmg
|
||||||
src-tauri/target/*/debug/bundle/dmg/*.dmg
|
|
||||||
|
|||||||
Reference in New Issue
Block a user