Skip to content

Commit

Permalink
Test android build
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent 127b250 commit e1a80fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Bump version
uses: chkfung/[email protected]
with:
gradlePath: native_gg/android/app/build.gradle
gradlePath: native_gg2/android/app/build.gradle
versionCode: ${{github.run_number}}
versionName: '1.0.0'

Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit e1a80fc

Please sign in to comment.