Skip to content

Commit

Permalink
ci: Use patched fdroidserver to fix publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <dev.github@wrenix.eu>
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
wrenix authored and provokateurin committed Aug 29, 2024
1 parent eed9a0c commit ad60a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad60a66

Please sign in to comment.