Skip to content

Commit

Permalink
activate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Jul 17, 2024
1 parent a40f2d1 commit 8df9406
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Android build

on:
workflow_dispatch:
push:
branches: ["android"]
branches:
- android
pull_request:
branches: ["android"]

Expand Down Expand Up @@ -37,9 +37,6 @@ jobs:
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
run: |
cd ./src/android
base64 --decode <<< "${ANDROID_STORE_FILE_BASE64}" > store.jks
ANDROID_STORE_FILE=$(pwd)/store.jks
echo -e "keyStorePassword=$ANDROID_KEY_STORE_PASSWORD\nkeyAlias=$ANDROID_KEY_ALIAS\nstoreFile=$ANDROID_STORE_FILE\n" > keystore.properties
./gradlew assembleRelease
- name: Upload artifact
Expand Down

0 comments on commit 8df9406

Please sign in to comment.