From 390faa088b85ac681451d8bf358e6212c21fbcb8 Mon Sep 17 00:00:00 2001 From: Ronny Friedland Date: Wed, 6 Aug 2025 08:55:14 +0200 Subject: [PATCH] test --- .forgejo/workflows/debian.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index 0c07c45..e4c0f25 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -41,6 +41,11 @@ jobs: run: | dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb + - name: Upload release asset + uses: https://code.forgejo.org/actions/upload-release-asset@v1 + with: + files: timetracker_${{github.ref_name}}.deb + #- name: Release the Deb package #uses: softprops/action-gh-release@v2 #with: