Browse Source

ci: Fix F-Droid nightlies

pull/104/head
jld3103 3 years ago
parent
commit
3552b76127
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 5
      .github/workflows/fdroid-nightly.yaml

5
.github/workflows/fdroid-nightly.yaml

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
jobs: jobs:
nightly: nightly:
@ -49,10 +50,10 @@ jobs:
cp build/app/outputs/apk/release/app-release.apk app-debug.apk cp build/app/outputs/apk/release/app-release.apk app-debug.apk
- name: Upload - name: Upload
uses: wardvl/f-droid-nightly-action@v2.1 uses: jld3103/f-droid-nightly-action@main
with: with:
debug_keystore: ${{ secrets.DEBUG_KEYSTORE }} debug_keystore: ${{ secrets.DEBUG_KEYSTORE }}
fdroid_nightly_args: -v --archive-older 10 --file app-debug.apk fdroid_nightly_args: -v --archive-older 10 --file app-debug.apk --no-deploy
- name: F-Droid repo permission clean-up # https://github.com/actions/cache/issues/753 - name: F-Droid repo permission clean-up # https://github.com/actions/cache/issues/753
run: sudo chown -R runner:docker fdroid run: sudo chown -R runner:docker fdroid

Loading…
Cancel
Save