diff --git a/.github/workflows/build_restreamer-ui.yaml b/.github/workflows/build_restreamer-ui.yaml index 52d2fa7..ecfaebf 100644 --- a/.github/workflows/build_restreamer-ui.yaml +++ b/.github/workflows/build_restreamer-ui.yaml @@ -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 diff --git a/.github/workflows/build_restreamer-ui_dev.yaml b/.github/workflows/build_restreamer-ui_dev.yaml index a255158..ae571a9 100644 --- a/.github/workflows/build_restreamer-ui_dev.yaml +++ b/.github/workflows/build_restreamer-ui_dev.yaml @@ -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