Fix Repo
Some checks failed
Android Release / release (push) Failing after 3m46s

This commit is contained in:
2026-01-18 23:20:23 +03:00
parent aa01fcabfb
commit 68ce7346b1

View File

@@ -147,16 +147,20 @@ jobs:
REPO_DESC="Automatically generated F-Droid repository" REPO_DESC="Automatically generated F-Droid repository"
GPG_KEY_ALIAS="${{ secrets.FDROID_GPG_KEY_ALIAS }}" GPG_KEY_ALIAS="${{ secrets.FDROID_GPG_KEY_ALIAS }}"
GPG_KEYSTORE_PATH="fdroid-repo/keystore.jks" GPG_KEYSTORE_PATH="fdroid-repo/keystore.jks"
GPG_KEYSTORE_PASS="${{ secrets.FDROID_KEY_PASSWORD }}"
GPG_KEY_PASSWORD="${{ 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" \ printf '%s\n' \
"$REPO_URL" \ "repo_url: $REPO_URL" \
"$REPO_NAME" \ "repo_name: $REPO_NAME" \
"$REPO_DESC" \ "repo_description: $REPO_DESC" \
"$GPG_KEY_ALIAS" \ "repo_keyalias: $GPG_KEY_ALIAS" \
"$GPG_KEYSTORE_PATH" \ "keystore: $GPG_KEYSTORE_PATH" \
"$GPG_KEY_PASSWORD" \ "keystorepass: $GPG_KEYSTORE_PASS" \
> fdroid-repo/config.yml "keypass: $GPG_KEY_PASSWORD" \
"repo_icon: $REPO_ICON" \
> fdroid-repo/config.yml
# ------------------- Generate F-Droid Index ------------------- # ------------------- Generate F-Droid Index -------------------
- name: Generate F-Droid Index - name: Generate F-Droid Index