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