|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
echo ::set-output name=version::$pkgver
|
|
|
|
|
|
- name: Update Nightly APP Version
|
|
|
- if: ${{ inputs.build-target == 'nightly' || github.event.inputs.build-target == 'nightly' }}
|
|
|
+ if: ${{ inputs.build-target == '' || inputs.build-target == 'nightly' || github.event.inputs.build-target == 'nightly' }}
|
|
|
run: |
|
|
|
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
|
|
|
@@ -133,7 +133,7 @@ jobs:
|
|
|
rm -rvf android/app/src/main/assets/public || true
|
|
|
|
|
|
- name: Sync public to Android Project
|
|
|
- run: npx cap sync
|
|
|
+ run: npx cap sync android
|
|
|
|
|
|
- name: Setup Android SDK
|
|
|
uses: android-actions/setup-android@v2
|