Skip to content

Commit 9cfc1d4

Browse files
committed
ci: disable flatpak building
1 parent 625ce5e commit 9cfc1d4

2 files changed

Lines changed: 8 additions & 322 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ jobs:
271271
env:
272272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
273273

274-
flatpak:
275-
name: Build Flatpak
276-
needs: goreleaser
277-
uses: ./.github/workflows/flatpak.yml
278-
with:
279-
tag_name: ${{ needs.goreleaser.outputs.IS_SNAPSHOT == 'true' && needs.goreleaser.outputs.VERSION || needs.goreleaser.outputs.CURRENT_TAG }}
280-
version: ${{ needs.goreleaser.outputs.VERSION }}
281-
release_id: ${{ needs.goreleaser.outputs.RELEASE_ID }}
274+
# flatpak:
275+
# name: Build Flatpak
276+
# needs: goreleaser
277+
# uses: ./.github/workflows/flatpak.yml
278+
# with:
279+
# tag_name: ${{ needs.goreleaser.outputs.IS_SNAPSHOT == 'true' && needs.goreleaser.outputs.VERSION || needs.goreleaser.outputs.CURRENT_TAG }}
280+
# version: ${{ needs.goreleaser.outputs.VERSION }}
281+
# release_id: ${{ needs.goreleaser.outputs.RELEASE_ID }}

.github/workflows/flatpak.yml

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)