mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix(android): use es6 as build target
This commit is contained in:
4
.github/workflows/build-android.yml
vendored
4
.github/workflows/build-android.yml
vendored
@@ -89,8 +89,8 @@ jobs:
|
||||
sed -i 's/defonce version ".*"/defonce version "${{ steps.ref.outputs.version }}"/g' src/main/frontend/version.cljs
|
||||
sed -i 's/versionName ".*"/versionName "${{ steps.ref.outputs.version }}"/g' android/app/build.gradle
|
||||
|
||||
- name: Compile CLJS
|
||||
run: yarn install && yarn release
|
||||
- name: Compile CLJS - android variant, use es6 instead of es-next
|
||||
run: yarn install && yarn release-android-app
|
||||
|
||||
- name: Upload Sentry Sourcemaps (beta only)
|
||||
if: ${{ inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta' }}
|
||||
|
||||
Reference in New Issue
Block a user