test
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 5s
Go / build (push) Successful in 38s

This commit is contained in:
Ronny Friedland 2025-08-06 08:55:14 +02:00
parent ea03051cdc
commit 390faa088b

View file

@ -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: