test
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 4s
Create the timetracker DEB / Create Package (push) Failing after 26s
Go / build (push) Successful in 43s

This commit is contained in:
Ronny Friedland 2025-08-06 11:03:27 +02:00
parent bc5aa1e45c
commit 6f7ff56a80

View file

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