We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c418 commit 35392f3Copy full SHA for 35392f3
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Get pnpm store directory
36
shell: bash
37
run: |
38
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_EN
+ echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
39
40
# 使用pnpm缓存可以减少安装时间
41
- uses: actions/cache@v3
0 commit comments