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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue