未验证 提交 5d79a8c0 编写于 作者: J JJ Kasper 提交者: GitHub

Update workflow step to restore cache (#17656)

上级 4c38e3ed
......@@ -190,7 +190,11 @@ jobs:
runs-on: ubuntu-latest
needs: [publishRelease]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}
- run: ./release-stats.sh
- uses: ./.github/actions/next-stats-action
env:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册