From 1d5b6f84ae2eccbfac741447d2a8cd9be9167096 Mon Sep 17 00:00:00 2001 From: Brenden Davidson Date: Mon, 23 Jun 2025 19:07:45 -0500 Subject: [PATCH] [flatpak] Cleanup release.yml --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 284fc72f..8e69d6d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - flatpak # TODO: Remove this line once the workflow has been validated to work. jobs: build: @@ -137,13 +136,6 @@ jobs: path: Release merge-multiple: true - # - name: Download Flatpak Artifacts - # uses: actions/download-artifact@main - # with: - # pattern: "*.flatpak" - # path: Release - # merge-multiple: true - - name: Checkout uploadtool uses: actions/checkout@v4 with: