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

This commit is contained in:
Ronny Friedland 2025-08-06 11:05:56 +02:00
parent 6f7ff56a80
commit f3af9cb5a7

View file

@ -42,7 +42,7 @@ jobs:
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
- name: 'Upload Artifact' - name: 'Upload Artifact'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: timetracker_binary name: timetracker_binary
path: timetracker_${{github.ref_name}}.deb path: timetracker_${{github.ref_name}}.deb