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