This commit is contained in:
@@ -147,16 +147,20 @@ jobs:
|
||||
REPO_DESC="Automatically generated F-Droid repository"
|
||||
GPG_KEY_ALIAS="${{ secrets.FDROID_GPG_KEY_ALIAS }}"
|
||||
GPG_KEYSTORE_PATH="fdroid-repo/keystore.jks"
|
||||
GPG_KEYSTORE_PASS="${{ secrets.FDROID_KEY_PASSWORD }}"
|
||||
GPG_KEY_PASSWORD="${{ secrets.FDROID_KEY_PASSWORD }}"
|
||||
REPO_ICON="icons/icon.png"
|
||||
|
||||
printf "repo_url: %s\nrepo_name: %s\nrepo_description: %s\nrepo_keyalias: %s\nkeystore: %s\nkeypass: %s\n" \
|
||||
"$REPO_URL" \
|
||||
"$REPO_NAME" \
|
||||
"$REPO_DESC" \
|
||||
"$GPG_KEY_ALIAS" \
|
||||
"$GPG_KEYSTORE_PATH" \
|
||||
"$GPG_KEY_PASSWORD" \
|
||||
> fdroid-repo/config.yml
|
||||
printf '%s\n' \
|
||||
"repo_url: $REPO_URL" \
|
||||
"repo_name: $REPO_NAME" \
|
||||
"repo_description: $REPO_DESC" \
|
||||
"repo_keyalias: $GPG_KEY_ALIAS" \
|
||||
"keystore: $GPG_KEYSTORE_PATH" \
|
||||
"keystorepass: $GPG_KEYSTORE_PASS" \
|
||||
"keypass: $GPG_KEY_PASSWORD" \
|
||||
"repo_icon: $REPO_ICON" \
|
||||
> fdroid-repo/config.yml
|
||||
|
||||
# ------------------- Generate F-Droid Index -------------------
|
||||
- name: Generate F-Droid Index
|
||||
|
||||
Reference in New Issue
Block a user