From 08d2c13f2a80da36c39b5d7e9ec43f2dd3c62f60 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Thu, 11 Dec 2025 14:11:17 -0600 Subject: [PATCH] Comment out acrtifact upload section. --- .github/workflows/flatpak-latest.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flatpak-latest.yml b/.github/workflows/flatpak-latest.yml index 222fba9..a13517f 100644 --- a/.github/workflows/flatpak-latest.yml +++ b/.github/workflows/flatpak-latest.yml @@ -40,12 +40,12 @@ jobs: manifest-path: flatpak/io.github.epasveer.seer.yml cache-key: flatpak-builder-${{ github.sha }} - - name: Upload Flatpak bundle as artifact - uses: actions/upload-artifact@v4 - with: - name: seergdb-flatpak - path: seergdb.flatpak - retention-days: 30 +# - name: Upload Flatpak bundle as artifact +# uses: actions/upload-artifact@v4 +# with: +# name: seergdb-flatpak +# path: seergdb.flatpak +# retention-days: 30 - name: Create Release uses: softprops/action-gh-release@v2