|
|
@ -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 |
|
|
|