From 93be279cbbe54405417554114689c7daa3a6ceab Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 1 Dec 2025 20:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E5=AE=8C=E5=96=84=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 ++- .github/workflows/debug.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f38976bf..8cac3dab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 073fbe78..1eccbbe3 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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