Skip to content

Commit

Permalink
hotfix: update android-build.yaml & fastlane/Appfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Dec 21, 2024
1 parent 8908810 commit a0edf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- name: Build release APKs
run: .github/scripts/fastlane.sh
run: bash .github/scripts/fastlane.sh
env:
KEYSTORE: ${{ secrets.KEYSTORE }}
KEYSTORE_PASSPHRASE: ${{ secrets.KEYSTORE_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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
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
package_name("com.mxt.anitrend") # e.g. com.krausefx.app

0 comments on commit a0edf0e

Please sign in to comment.