Skip to content

Commit

Permalink
ci(keepass): 优化 CD 配置 | Optimize CD configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Oct 21, 2023
1 parent 1521276 commit b53d717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
cd $PACKAGE_PATH
echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign-private-key.pem
echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign.pem.key
pnpm build
rm ./keys/keeweb-plugin-sign-private-key.pem
rm ./keys/keeweb-plugin-sign.pem.key
# Deploy to publish branch
# REF https://github.com/marketplace/actions/github-pages
Expand Down

0 comments on commit b53d717

Please sign in to comment.