👷 完善构建

This commit is contained in:
BTMuli
2025-12-01 20:07:53 +08:00
committed by 目棃
parent aca47f822b
commit 93be279cbb
2 changed files with 4 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ jobs:
run: rustup target add aarch64-apple-darwin
- name: Output toolchain
run: rustup show
- name: Add Offset Conf
run: echo "${{ secrets.YAE_CONF }}" > ./src-tauri/lib/conf.json
- name: setup node
uses: actions/setup-node@v3
with:

View File

@@ -60,6 +60,8 @@ jobs:
run: rustup target add aarch64-apple-darwin
- name: Output toolchain
run: rustup show
- name: Add Offset Conf
run: echo "${{ secrets.YAE_CONF }}" > ./src-tauri/lib/conf.json
- name: setup node
uses: actions/setup-node@v3