Skip to content
Leo edited this page Jul 28, 2023 · 8 revisions

STEP1: Change Application id

example: https://github.com/LeoAndo/AndroidAppTemplate/pull/76/

please spec file name is release.keystore.(required)
please put release.keystore at Project Root Directory. (Optional)

STEP3: create repository secrets

スクリーンショット 2023-03-05 18 55 11

ANDROID_STORE_BASE64 value is this command result

cat release.keystore | base64

repository secrets value used Github Action CI /CD.

STEP4: Workflow permissions: set 「read and write permissions」

スクリーンショット 2023-07-28 21 40 06 スクリーンショット 2023-07-28 21 40 09

STEP5: Run App

スクリーンショット 2023-03-05 19 00 37