File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change @@ -105,34 +105,12 @@ jobs:
105105 sudo apt-get update
106106 sudo apt-get install -y \
107107 rpm \
108- libfuse2 \
109- flatpak \
110- flatpak-builder
111-
112- - name : Prepare Flatpak remotes
113- run : |
114- flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
115- flatpak remote-add --user --if-not-exists flathub-beta https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo
116-
117- - name : Diagnose Flatpak environment
118- run : |
119- flatpak --version
120- flatpak remotes --system || true
121- flatpak list --system --runtime | grep -E 'freedesktop|electronjs|24\.08|Electron2' || true
122-
123- - name : Diagnose Flatpak environment
124- run : |
125- echo "=== flatpak --version ==="
126- flatpak --version
127- echo "=== system remotes ==="
128- flatpak remotes --system || true
129- echo "=== system runtimes (24.08 / Electron2) ==="
130- flatpak list --system --runtime | grep -E 'freedesktop|electronjs|24\.08|Electron2' || true
131-
108+ libfuse2
109+
132110 - name : Build Linux ${{ matrix.arch }}
133111 run : |
134112 chmod +x Scripts/publish.sh
135- ./Scripts/publish.sh linux flatpak --arch ${{ matrix.arch }}
113+ ./Scripts/publish.sh linux --arch ${{ matrix.arch }}
136114
137115 - name : Upload Linux ${{ matrix.arch }} artifacts
138116 uses : actions/upload-artifact@v4
@@ -143,7 +121,6 @@ jobs:
143121 dist/*.deb
144122 dist/*.rpm
145123 dist/*.tar.xz
146- dist/*.flatpak
147124 if-no-files-found : warn
148125
149126 # ============================================================================
You can’t perform that action at this time.
0 commit comments