mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-22 05:35:48 +08:00
🚨 修复环境读取异常
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -45,7 +45,9 @@ jobs:
|
|||||||
chmod 644 ~/.ssh/known_hosts
|
chmod 644 ~/.ssh/known_hosts
|
||||||
- name: Test SSH connection
|
- name: Test SSH connection
|
||||||
run: ssh -T git@github.com || true
|
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
|
- name: Rust setup
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Rust cache
|
- name: Rust cache
|
||||||
|
|||||||
Reference in New Issue
Block a user