From 82cd711cce06818295ef63712198a20dfa36deb7 Mon Sep 17 00:00:00 2001 From: Martin Kozlovsky Date: Wed, 9 Oct 2024 13:55:55 +0200 Subject: [PATCH] fixed env --- .github/workflows/modelconverter_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/modelconverter_test.yaml b/.github/workflows/modelconverter_test.yaml index a04eb23..fa993d8 100644 --- a/.github/workflows/modelconverter_test.yaml +++ b/.github/workflows/modelconverter_test.yaml @@ -23,6 +23,7 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_S3_ENDPOINT_URL: ${{ secrets.AWS_S3_ENDPOINT_URL }} PACKAGE: ${{ inputs.package }} + VERSION: ${{ inputs.version }} jobs: tests: @@ -61,6 +62,8 @@ jobs: - name: Download build files from GCS if: ${{ inputs.package }} != hailo + env: + GS_BUILD_ARTIFACTS: gs://luxonis-test-bucket/modelconverter/build-artifacts run: | cd docker/extra_packages if [ "$PACKAGE" = "rvc4" ]; then