Skip to content

Commit 94aadb4

Browse files
committed
fix: 修复 build.yml
1 parent b250ae2 commit 94aadb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
zip -r "../chrome.zip" . -x "*.DS_Store"
8484
8585
- name: Build Chrome CRX
86-
if: ${{ secrets.CRX_PEM_KEY != '' }}
8786
env:
8887
CRX_PEM_KEY: ${{ secrets.CRX_PEM_KEY }}
88+
if: env.CRX_PEM_KEY != ''
8989
run: |
9090
echo "$CRX_PEM_KEY" > /tmp/extension.pem
9191
google-chrome-stable \

0 commit comments

Comments
 (0)