From d586c6def3d7a45a55227bc9ba753162f08c46b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Wed, 8 Nov 2023 10:03:14 +0800 Subject: [PATCH] :wrench: Update Upload Artifact File Name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d179288..710ee93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: genshin-artifact-core + name: python-genshin-artifact path: ./dist upload-core: @@ -100,7 +100,7 @@ jobs: - name: get dist artifacts uses: actions/download-artifact@v3 with: - name: genshin-artifact-core + name: python-genshin-artifact path: dist - name: upload to pypi