Skip to content

Commit 8aeed40

Browse files
committed
Remove flatpack for now, it is broken in official PCSX2
1 parent 80da053 commit 8aeed40

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/release_cut_new.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@ jobs:
107107
stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
108108
secrets: inherit
109109

110-
build_linux_flatpak:
111-
if: github.repository == 'LuminarLight/pcsx2-sanity'
112-
needs:
113-
- cut-release
114-
name: "Linux"
115-
uses: ./.github/workflows/linux_build_flatpak.yml
116-
with:
117-
jobName: "Flatpak Build"
118-
artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
119-
compiler: clang
120-
cmakeflags: ""
121-
branch: "stable"
122-
publish: false
123-
fetchTags: true
124-
stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
125-
secrets: inherit
110+
# build_linux_flatpak:
111+
# if: github.repository == 'LuminarLight/pcsx2-sanity'
112+
# needs:
113+
# - cut-release
114+
# name: "Linux"
115+
# uses: ./.github/workflows/linux_build_flatpak.yml
116+
# with:
117+
# jobName: "Flatpak Build"
118+
# artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
119+
# compiler: clang
120+
# cmakeflags: ""
121+
# branch: "stable"
122+
# publish: false
123+
# fetchTags: true
124+
# stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
125+
# secrets: inherit
126126

127127
# Windows
128128
build_windows_qt:
@@ -160,7 +160,7 @@ jobs:
160160
if: github.repository == 'LuminarLight/pcsx2-sanity'
161161
needs:
162162
- cut-release
163-
- build_linux_flatpak
163+
# - build_linux_flatpak
164164
- build_linux_qt
165165
- build_windows_qt
166166
- build_macos_qt

0 commit comments

Comments
 (0)