From ac46a309d64eec1c7f33da92fec6d270b51a74a7 Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 21:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 31b232d..698453a 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: workspace + path: ${{ github.workspace }} test: needs: setup @@ -35,7 +35,7 @@ jobs: - uses: actions/download-artifact@v3 with: - name: workspace + path: ${{ github.workspace }} - run: yarn install @@ -45,6 +45,6 @@ jobs: - uses: actions/download-artifact@v3 with: - name: workspace + path: ${{ github.workspace }} - run: yarn install