We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44179e9 commit d07d2b1Copy full SHA for d07d2b1
.github/workflows/publish.yaml
@@ -66,8 +66,7 @@ jobs:
66
sudo apt-get update
67
sudo apt-get install apksigner fdroidserver python3-pip --no-install-recommends
68
sudo apt-get purge fdroidserver
69
- # See https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1512
70
- pip3 install https://gitlab.com/wrenix/fdroidserver/-/archive/d1d1eb4c53adb490662925c083bf81feed6e760f/fdroidserver.tar.gz
+ pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/master/fdroidserver.tar.gz
71
export DEBUG_KEYSTORE=${{ secrets.DEBUG_KEYSTORE }}
72
GITHUB_REPOSITORY=provokateurin/nextcloud-neon fdroid nightly -v --archive-older 10
73
0 commit comments