From ad60a66df55fc43035d90b65b54c819726a57004 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 28 Aug 2024 23:59:46 +0200 Subject: [PATCH] ci: Use patched fdroidserver to fix publish workflow Signed-off-by: WrenIX Signed-off-by: provokateurin --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 411bdf1a350..0f392340a9e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -66,7 +66,8 @@ jobs: sudo apt-get update sudo apt-get install apksigner fdroidserver python3-pip --no-install-recommends sudo apt-get purge fdroidserver - pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/master/fdroidserver.tar.gz + # See https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1512 + pip3 install https://gitlab.com/wrenix/fdroidserver/-/archive/d1d1eb4c53adb490662925c083bf81feed6e760f/fdroidserver.tar.gz export DEBUG_KEYSTORE=${{ secrets.DEBUG_KEYSTORE }} GITHUB_REPOSITORY=provokateurin/nextcloud-neon fdroid nightly -v --archive-older 10