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