ci: fix fdroid publish

This commit is contained in:
Zane Schepke 2024-12-26 22:34:00 -05:00
parent 6fdf80e84d
commit 1bfea142ad
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ jobs:
publish-fdroid: publish-fdroid:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- publish-github - build
if: inputs.release_type == 'release' if: inputs.release_type == 'release'
steps: steps:
- name: Dispatch update for fdroid repo - name: Dispatch update for fdroid repo