fix: Valid artifact names
Some checks failed
Build and Push Docker Image / Build (push) Successful in 19s
Build and Push Docker Image / Package (push) Failing after 15s

This commit is contained in:
Jan K9f 2025-09-10 12:32:02 +02:00
commit 9a5129ee8d
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -24,7 +24,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: build/client
name: build-client
path: build/client
package:
name: Package
@ -36,7 +36,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v3
with:
name: build/client
name: build-client
path: build/client
- name: Build and push docker image
uses: docker/build-push-action@v5