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