fix: Fix up some stuff
This commit is contained in:
parent
dd9a4b6b60
commit
effa4e4cf7
3 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
name: build/client
|
||||
path: build/client
|
||||
package:
|
||||
name: Package
|
||||
needs: build
|
||||
|
@ -36,8 +36,8 @@ jobs:
|
|||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
name: build/client
|
||||
path: build/client
|
||||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue