更新 .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
|
- name: Cache Gradle Wrapper
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.npm/_npx
|
path: /root/.npm/_npx
|
||||||
key: ${{ runner.os }}-npx
|
key: ${{ runner.os }}-npx
|
||||||
|
|
||||||
- run: npx miniprogram-ci upload --help
|
- run: npx miniprogram-ci upload --help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user