mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🧪 添加上传
This commit is contained in:
7
.github/workflows/debug.yml
vendored
7
.github/workflows/debug.yml
vendored
@@ -68,3 +68,10 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
args: ${{ matrix.settings.args }}
|
||||
|
||||
- name: Upload Debug Build Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debug-build-${{ matrix.settings.target }}
|
||||
path: |
|
||||
src-tauri/target/*/debug/bundle/dmg/*.dmg
|
||||
|
||||
Reference in New Issue
Block a user