From 7bc922f1d5152fa853df0956bf53136ac6ba8540 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 26 Jan 2024 15:35:26 +0100 Subject: [PATCH] Mod replaces env injection --- .github/workflows/build_restreamer_dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_restreamer_dev.yaml b/.github/workflows/build_restreamer_dev.yaml index fa8534c..2f8cf89 100644 --- a/.github/workflows/build_restreamer_dev.yaml +++ b/.github/workflows/build_restreamer_dev.yaml @@ -35,6 +35,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + + - name: Load ENV from file + run: | + source .github_build/Build.restreamer-ui.env - name: Download React build artifact uses: actions/download-artifact@v2 @@ -46,10 +50,6 @@ jobs: id: get-latest-tag with: semver_only: true - envFile: '.github_build/Build.restreamer-ui.env' - export: 'true' - expandWithJobEnv: 'true' - expand: 'true' - name: Docker meta id: meta