Skip to content

Commit

Permalink
chore: release free build to github through fastlane action
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Dec 9, 2024
1 parent 93be2fa commit f7aa2b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ lane :prod do

# Do not release a debug build for pro version.
# gradle(task: "assembleDebug")
gradle(task: "assembleProRelease")

# Release the free build to GitHub because billing only works if signed by Google Play
gradle(task: "assembleFreeRelease")
gradle(task: "bundleProRelease")

apk_path_release="app/build/outputs/apk/pro/release/keymapper-" + version_name + ".apk"
apk_path_release="app/build/outputs/apk/free/release/keymapper-" + version_name + ".apk"

github_release = set_github_release(
repository_name: "keymapperorg/KeyMapper",
Expand Down

0 comments on commit f7aa2b8

Please sign in to comment.