fix: Valid artifact names
This commit is contained in:
parent
5dbac27b7e
commit
9a5129ee8d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue