更新 .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
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:
parent
ef9ae80fc0
commit
1ae4b8871c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user