Skip to content

Commit 41a4f07

Browse files
committed
CI: Remove Flatpak verification steps
Tired of flathub breaking my build.
1 parent e6c49f0 commit 41a4f07

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/linux-flatpak-build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ jobs:
5050
- name: Generate AppStream XML
5151
run: |
5252
scripts/packaging/generate-metainfo.sh scripts/packaging/flatpak
53-
cat scripts/packaging/flatpak/org.duckstation.DuckStation.metainfo.xml
54-
55-
- name: Validate AppStream XML
56-
run: flatpak-builder-lint appstream scripts/packaging/flatpak/org.duckstation.DuckStation.metainfo.xml
57-
58-
- name: Validate Manifest
59-
run: flatpak-builder-lint manifest scripts/packaging/flatpak/org.duckstation.DuckStation.yaml
6053
6154
- name: Build Flatpak
6255
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
@@ -73,10 +66,6 @@ jobs:
7366
restore-cache: true
7467
cache-key: flatpak-${{ hashFiles('scripts/packaging/flatpak/org.duckstation.DuckStation.yaml') }}
7568

76-
- name: Validate Build
77-
run: |
78-
flatpak-builder-lint repo repo
79-
8069
- name: Push To Flathub Beta
8170
if: inputs.flathub_publish && inputs.flathub_branch == 'beta'
8271
uses: flatpak/flatpak-github-actions/flat-manager@v6

0 commit comments

Comments
 (0)