Skip to content

Commit

Permalink
ci: set RELEASE in test-e2e job
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 30, 2024
1 parent 5f7dcfd commit ccc47ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc47ad

Please sign in to comment.