Skip to content

Commit

Permalink
chore(ci): use 'in' on check of broken os.walk
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 8e770f9 commit dfeeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo apt-get install apksigner fdroidserver python3-pip --no-install-recommends
sudo apt-get purge fdroidserver
# 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/wrenix/fdroidserver/-/archive/e5e928832135b54dc6ea53d94946d64da813ddd7/fdroidserver-e5e928832135b54dc6ea53d94946d64da813ddd7.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 dfeeb5f

Please sign in to comment.