Skip to content

Commit

Permalink
Use the flatpak-builder image for flatpak command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Nov 5, 2024
1 parent dbad90c commit d89308c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
[ -z "$(git status -s -uno)" ] || echo "updated=true" >> $GITHUB_OUTPUT
- name: Generate dotnet sources
uses: docker://flatpak/flatpak-builder:base
if: steps.is-updated.outputs.updated
run: |
./generate-sources.py
Expand Down

0 comments on commit d89308c

Please sign in to comment.