From 33495cb720f6446b517849f2b5bfba26a62099a1 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Wed, 7 Jun 2023 21:26:01 +0800 Subject: [PATCH] fix: fix artifact --- .github/workflows/dev-latest.yml | 4 ++-- .github/workflows/docker.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-latest.yml b/.github/workflows/dev-latest.yml index 9fcc97af..93a6883d 100644 --- a/.github/workflows/dev-latest.yml +++ b/.github/workflows/dev-latest.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: dist + name: dist.zip path: webui/dist.zip @@ -78,7 +78,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v2 with: - name: dist + name: dist.zip - name: Docker metadata id: meta diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4f20c7e1..2e71185e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -72,7 +72,7 @@ jobs: - name: download artifact uses: actions/download-artifact@v3 with: - name: dist + name: dist.zip path: dist.zip - name: Generate Release @@ -136,7 +136,7 @@ jobs: - name: download artifact uses: actions/download-artifact@v3 with: - name: dist + name: dist.zip - name: Build and push uses: docker/build-push-action@v4