Skip to content

Commit a0edf0e

Browse files
committed
hotfix: update android-build.yaml & fastlane/Appfile
1 parent 8908810 commit a0edf0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
wait-interval: 10
3232
- name: Build release APKs
33-
run: .github/scripts/fastlane.sh
33+
run: bash .github/scripts/fastlane.sh
3434
env:
3535
KEYSTORE: ${{ secrets.KEYSTORE }}
3636
KEYSTORE_PASSPHRASE: ${{ secrets.KEYSTORE_PASSPHRASE }}

fastlane/Appfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
json_key_file("./app/src/release/playstore-service-account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
1+
json_key_file("./app/playstore-service-account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
22
package_name("com.mxt.anitrend") # e.g. com.krausefx.app

0 commit comments

Comments
 (0)