Comment out acrtifact upload section.

This commit is contained in:
Ernie Pasveer
2025-12-11 14:11:17 -06:00
parent 148619a908
commit 08d2c13f2a
+6 -6
View File
@@ -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