From e1a80fc71ab9de6a6c1607ff9715588e646b921b Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Wed, 24 Jan 2024 13:23:13 +0200 Subject: [PATCH] Test android build --- .github/workflows/deploy-android.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index 44a2e8864..93db2bc68 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -4,16 +4,16 @@ name: Android Build CI/CD # Only code merged to main with new release notes can be released as a build. on: push: - branches: [ main ] - paths: - - 'native_gg/android/WhatsNew/**' + # branches: [ main ] + # paths: + # - 'native_gg/android/WhatsNew/**' jobs: android-build: runs-on: ubuntu-latest defaults: run: - working-directory: native_gg + working-directory: native_gg2 timeout-minutes: 10 steps: - uses: actions/checkout@v4.1.1 @@ -32,7 +32,7 @@ jobs: - name: Bump version uses: chkfung/android-version-actions@v1.2.1 with: - gradlePath: native_gg/android/app/build.gradle + gradlePath: native_gg2/android/app/build.gradle versionCode: ${{github.run_number}} versionName: '1.0.0' @@ -47,7 +47,7 @@ jobs: # ID used to access action output id: sign_app with: - releaseDirectory: native_gg/android/app/build/outputs/bundle/release + releaseDirectory: native_gg2/android/app/build/outputs/bundle/release signingKeyBase64: ${{ secrets.SIGNING_KEY }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -66,8 +66,8 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.guardianghost - releaseFiles: native_gg/android/app/build/outputs/bundle/release/app-release.aab - whatsNewDirectory: native_gg/android/WhatsNew + releaseFiles: native_gg2/android/app/build/outputs/bundle/release/app-release.aab + whatsNewDirectory: native_gg2/android/WhatsNew track: internal # TODO: Change to completed or remove the status line once alpha or beta testing tracks are ready. status: draft