From 12f1e0ed6918c3039eb29d0a193185067d049294 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 29 Aug 2025 14:55:07 +0200 Subject: [PATCH] use dist as name for build artifact --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9103384..a3097de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Create Build Artifact uses: christopherhx/gitea-upload-artifact@v4 with: - name: build + name: dist path: dist lint: @@ -45,8 +45,8 @@ jobs: - uses: actions/checkout@v4 - uses: christopherhx/gitea-download-artifact@v4 with: - name: build - path: build + name: dist + path: dist - name: Log in to Docker Registry uses: docker/login-action@v2 with: