Remove broken flatpak builds for now

This commit is contained in:
Geomitron
2025-03-13 16:05:24 -05:00
parent 6442ed982c
commit 444754e147
2 changed files with 1 additions and 7 deletions

View File

@@ -42,10 +42,7 @@ jobs:
- name: Install builder dependencies
shell: bash
run: |
sudo apt install flatpak -y
sudo apt install flatpak-builder -y
sudo apt install elfutils -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
git config --global --add protocol.file.allow always
- name: Build the app (Linux)
shell: bash
@@ -57,7 +54,7 @@ jobs:
shell: bash
run: |
cd release
find . -type f \( -name "*.AppImage" -o -name "*.flatpak" -o -name "latest-linux.yml" \) -print0 | tar -czvf bridge-linux.tar.gz --null -T -
find . -type f \( -name "*.AppImage" -o -name "latest-linux.yml" \) -print0 | tar -czvf bridge-linux.tar.gz --null -T -
- uses: actions/upload-artifact@v4
with:
name: bridge-linux

View File

@@ -30,10 +30,7 @@ jobs:
- name: Install builder dependencies
shell: bash
run: |
sudo apt install flatpak -y
sudo apt install flatpak-builder -y
sudo apt install elfutils -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
git config --global --add protocol.file.allow always
- name: Build the app
shell: bash