From ccc47adfcb5a50c56cbee71005122a88b3102476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Tue, 30 Jan 2024 18:15:31 +0100 Subject: [PATCH] ci: set RELEASE in test-e2e job --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d0e937..4548555 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -300,10 +300,15 @@ jobs: # - android_avd: Pixel_API_32_AOSP # android_emu_version: 32 steps: + - uses: actions/checkout@v2 with: submodules: 'recursive' + - name: Set RELEASE + run: | + echo "RELEASE=${{ startsWith(github.ref_name, 'v') }}" >> $GITHUB_ENV + # Restores jniLibs from cache # `actions/cache/restore` only restores, without saving back in a post-hook - uses: actions/cache/restore@v3