Rename artifact
This commit is contained in:
parent
c2e95265ac
commit
fa462d696d
4
.github/workflows/build_restreamer-ui.yaml
vendored
4
.github/workflows/build_restreamer-ui.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Upload React build as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: react-build
|
||||
name: restreamerui-main-build
|
||||
path: build/
|
||||
|
||||
build-docker:
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Download React build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: react-build
|
||||
name: restreamerui-main-build
|
||||
path: build
|
||||
|
||||
- name: Get latest version from package.json
|
||||
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Upload React build as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: react-build
|
||||
name: restreamerui-dev-build
|
||||
path: build/
|
||||
|
||||
build-docker:
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Download React build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: react-build
|
||||
name: restreamerui-dev-build
|
||||
path: build
|
||||
|
||||
- name: Docker meta
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user