Skip to content

Commit

Permalink
chore(ci): add more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <dev.github@wrenix.eu>
  • Loading branch information
wrenix committed Aug 28, 2024
1 parent 13c75c9 commit 8e770f9
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 @@ -67,7 +67,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/wrenix/fdroidserver/-/archive/bc2027a564dba4a169836b7fe2a3589210010b74/fdroidserver-bc2027a564dba4a169836b7fe2a3589210010b74.tar.gz
# see https://gitlab.com/wrenix/fdroidserver/-/compare/master...fix%2Fduplicated-sign?from_project_id=36527&straight=false
pip3 install https://gitlab.com/wrenix/fdroidserver/-/archive/1684b89bacdbf6fe3ee03d0737fa6fb55af71314/fdroidserver-1684b89bacdbf6fe3ee03d0737fa6fb55af71314.tar.gz
# pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/master/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 8e770f9

Please sign in to comment.