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: