From 6f7ff56a80e338b91a907eaedf5371116ec017fa Mon Sep 17 00:00:00 2001 From: Ronny Friedland Date: Wed, 6 Aug 2025 11:03:27 +0200 Subject: [PATCH] test --- .forgejo/workflows/debian.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index b341d02..3a8a3b3 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -41,14 +41,8 @@ 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 + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 with: - files: timetracker_${{github.ref_name}}.deb - env: - FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} - - #- name: Release the Deb package - #uses: softprops/action-gh-release@v2 - #with: - #files: timetracker_${{github.ref_name}}.deb + name: timetracker_binary + path: timetracker_${{github.ref_name}}.deb