更新 .gitea/workflows/cache-npx.yml
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / build-docker (push) Successful in 31s
Cache Npx / task (push) Has been cancelled
Gitea Actions Demo / setup (push) Has been cancelled

This commit is contained in:
huanghs 2024-07-30 14:36:41 +08:00
parent ef9ae80fc0
commit 1ae4b8871c

View File

@ -16,7 +16,7 @@ jobs:
- name: Cache Gradle Wrapper
uses: actions/cache@v3
with:
path: ~/.npm/_npx
path: /root/.npm/_npx
key: ${{ runner.os }}-npx
- run: npx miniprogram-ci upload --help