.forgejo/workflows/debian.yml aktualisiert
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 1s
Go / build (push) Successful in 13s

This commit is contained in:
Ronny.Friedland 2025-09-03 12:24:01 +00:00
parent 53eb6001a5
commit 1a2ef19c59

View file

@ -40,3 +40,11 @@ jobs:
- name: Create Deb package
run: |
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
- name: Upload Artifact (für CI-Artefakt)
uses: actions/upload-artifact@v3
with:
name: timetracker_${{github.ref_name}}.deb
path: timetracker_${{github.ref_name}}.deb
retention-days: 5
token: ${{ secrets.test }}