Skip to content

Commit 35392f3

Browse files
committed
fix: 🧩 修复脚本单词误删
1 parent be0c418 commit 35392f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Get pnpm store directory
3636
shell: bash
3737
run: |
38-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_EN
38+
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3939
4040
# 使用pnpm缓存可以减少安装时间
4141
- uses: actions/cache@v3

0 commit comments

Comments
 (0)