fix: update environment variables for Chrome build job to use correct identifiers
Some checks failed
构建扩展程序 / 构建 Chrome 扩展程序 (push) Waiting to run
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been cancelled
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been cancelled
构建扩展程序 / 构建 Firefox 附加组件 (push) Has been cancelled

This commit is contained in:
Astrian Zheng 2025-05-29 11:41:48 +10:00
parent 1aeac29f38
commit 0d67ea682c
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -9,8 +9,8 @@ jobs:
name: 构建 Chrome 扩展程序
runs-on: ubuntu-latest
env:
VITE_RUN_ID: ${{ gitea.run_id }}
VITE_HASH_ID: ${{ gitea.sha | slice(0, 7) }}
VITE_RUN_ID: ${{ gitea.run_number }}
VITE_HASH_ID: ${{ gitea.workflow_sha }}
steps:
- uses: actions/checkout@v3