We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7dcfd commit ccc47adCopy full SHA for ccc47ad
1 file changed
.github/workflows/build.yml
@@ -300,10 +300,15 @@ jobs:
300
# - android_avd: Pixel_API_32_AOSP
301
# android_emu_version: 32
302
steps:
303
+
304
- uses: actions/checkout@v2
305
with:
306
submodules: 'recursive'
307
308
+ - name: Set RELEASE
309
+ run: |
310
+ echo "RELEASE=${{ startsWith(github.ref_name, 'v') }}" >> $GITHUB_ENV
311
312
# Restores jniLibs from cache
313
# `actions/cache/restore` only restores, without saving back in a post-hook
314
- uses: actions/cache/restore@v3
0 commit comments