From d3309c3a72c6d21ada73d6f45d09be30c37eee68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 20 Dec 2024 15:55:30 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E5=90=88=E5=B9=B6=E5=89=8D?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96d8643b..110ccaff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: ${{ matrix.goarch }} + name: backend-${{ matrix.goarch }} path: | web-${{ matrix.goarch }} cli-${{ matrix.goarch }}