From d540272153cd4f88bc02f4c099c5089f0b9966c0 Mon Sep 17 00:00:00 2001 From: Ronny Friedland Date: Wed, 6 Aug 2025 08:45:31 +0200 Subject: [PATCH] test --- .forgejo/workflows/debian.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index abeee26..7a1886b 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -36,7 +36,7 @@ jobs: run: | dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb - - name: Release the Deb package - uses: softprops/action-gh-release@v2 - with: - files: timetracker_${{github.ref_name}}.deb + #- name: Release the Deb package + #uses: softprops/action-gh-release@v2 + #with: + #files: timetracker_${{github.ref_name}}.deb