Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): for android publish use master fdroidserver again #2450

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
sudo apt-get update
sudo apt-get install apksigner fdroidserver python3-pip --no-install-recommends
sudo apt-get purge fdroidserver
# See https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1512
pip3 install https://gitlab.com/wrenix/fdroidserver/-/archive/d1d1eb4c53adb490662925c083bf81feed6e760f/fdroidserver.tar.gz
pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/9684eade0dda3663f5fb68ca02b06f7b0bb7c086/fdroidserver.tar.gz
export DEBUG_KEYSTORE=${{ secrets.DEBUG_KEYSTORE }}
GITHUB_REPOSITORY=provokateurin/nextcloud-neon fdroid nightly -v --archive-older 10

Expand Down