From 1ae4b8871cbd72ae84ff62fe22e46af8c717c1cc Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 30 Jul 2024 14:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/cache-npx?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cache-npx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cache-npx.yml b/.gitea/workflows/cache-npx.yml index 0546222..9aee239 100644 --- a/.gitea/workflows/cache-npx.yml +++ b/.gitea/workflows/cache-npx.yml @@ -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