Skip to content

Commit

Permalink
Fix flatpak-builder-lint invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 22, 2024
1 parent 36ee146 commit d35527c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Validate manifest
run: |
flatpak-builder-lint org.flatpak.Builder manifest .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json
flatpak-builder-lint manifest .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json
- name: Build Flatpak
uses: flathub-infra/flatpak-github-actions/flatpak-builder@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8
Expand All @@ -118,7 +118,7 @@ jobs:

- name: Validate build
run: |
flatpak-builder-lint org.flatpak.Builder --exceptions repo flatpak_app
flatpak-builder-lint repo repo
- name: Push to Flathub beta
if: inputs.publish == true && inputs.branch == 'beta'
Expand Down

0 comments on commit d35527c

Please sign in to comment.