mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Remove broken flatpak builds for now
This commit is contained in:
5
.github/workflows/build-and-release.yaml
vendored
5
.github/workflows/build-and-release.yaml
vendored
@@ -42,10 +42,7 @@ jobs:
|
|||||||
- name: Install builder dependencies
|
- name: Install builder dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt install flatpak -y
|
|
||||||
sudo apt install flatpak-builder -y
|
|
||||||
sudo apt install elfutils -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
|
git config --global --add protocol.file.allow always
|
||||||
- name: Build the app (Linux)
|
- name: Build the app (Linux)
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -57,7 +54,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd release
|
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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bridge-linux
|
name: bridge-linux
|
||||||
|
|||||||
3
.github/workflows/build-on-pr.yaml
vendored
3
.github/workflows/build-on-pr.yaml
vendored
@@ -30,10 +30,7 @@ jobs:
|
|||||||
- name: Install builder dependencies
|
- name: Install builder dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt install flatpak -y
|
|
||||||
sudo apt install flatpak-builder -y
|
|
||||||
sudo apt install elfutils -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
|
git config --global --add protocol.file.allow always
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user