use dist as name for build artifact
All checks were successful
CI / build (push) Successful in 12s
CI / lint (push) Successful in 7s
CI / build-and-push-docker (push) Successful in 20s

This commit is contained in:
2025-08-29 14:55:07 +02:00
parent 01081dd26d
commit 12f1e0ed69

View File

@@ -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: