From fa462d696dd9ab6e955082813abd3a29c10f6b9b Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Thu, 22 Feb 2024 21:09:17 +0100 Subject: [PATCH] Rename artifact --- .github/workflows/build_restreamer-ui.yaml | 4 ++-- .github/workflows/build_restreamer-ui_dev.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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