From 74a860f003411d67fbda157a477355e11c938d0e Mon Sep 17 00:00:00 2001 From: Wojciech Sipak Date: Tue, 14 Nov 2023 12:43:43 +0100 Subject: [PATCH] fix sourcing of the env variables --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b126d68..c9adf61 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -138,6 +138,7 @@ jobs: - name: Upload artifacts to GCP if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}} run: | + source .env gsutil -m rsync -r build/ gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION Update-latest-status: @@ -244,6 +245,7 @@ jobs: - name: Upload artifacts to GCP if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}} run: | + source .env gsutil cp build/result.json gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION - name: Upload artifacts