From d9940e5a37601e34e80062542be2c4ecb878197c Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 14 Jan 2026 00:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20=E4=BF=AE=E5=A4=8D=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=AF=BB=E5=8F=96=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f1868b5..91f5dc4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,9 @@ jobs: chmod 644 ~/.ssh/known_hosts - name: Test SSH connection run: ssh -T git@github.com || true - + - name: Load env.production + run: | + echo "VITE_SENTRY_RELEASE=$(grep VITE_SENTRY_RELEASE .env.production | cut -d '=' -f2)" >> $GITHUB_ENV - name: Rust setup uses: dtolnay/rust-toolchain@stable - name: Rust cache