From 2b17880e51a7337f96c5e271c5a830e4f24b0b9f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 13 Jan 2025 19:40:07 +0100 Subject: [PATCH] docs: Fix mistake in setup docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8bf5f7..813e9e8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To start using this template, follow these steps: 4. [Create a pass-phrased GPG master key and subkey](https://mikeross.xyz/create-gpg-key-pair-with-subkeys/) 1. Add the private key as a secret named [GPG_PRIVATE_KEY](.github/workflows/release.yml#L51) to your repository 2. Add the passphrase as a secret named [GPG_PASSPHRASE](.github/workflows/release.yml#L52) to your repository - 3. Add the fingerprint of the GPG subkey as a secret named [GPG_FINGERPRINT](.github/workflows/release.yml#L53) + 3. Add the fingerprint of the GPG subkey as a variable named [GPG_FINGERPRINT](.github/workflows/release.yml#L53) to your repository 5. [Generate a keystore](https://developer.android.com/studio/publish/app-signing#generate-key) 1. Add the Base64 encoded key store as a secret named [KEYSTORE](.github/workflows/release.yml#L57) to your repository