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: