.forgejo/workflows/debian.yml aktualisiert
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 6s
Go / build (push) Successful in 24s
Create the timetracker DEB / Create Package (push) Successful in 41s

This commit is contained in:
Ronny.Friedland 2025-09-03 11:32:09 +00:00
parent b72c4de2a6
commit bc4efc49b8

View file

@ -42,9 +42,9 @@ jobs:
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
- name: Upload Artifact (für CI-Artefakt)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: my-artifact
name: timetracker.deb
path: timetracker_*.deb
retention-days: 5
token: ${{ secrets.test }}