.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 22s
Create the timetracker DEB / Create Package (push) Failing after 32s

This commit is contained in:
Ronny.Friedland 2025-09-03 09:21:52 +00:00
parent 09227bd266
commit b72c4de2a6

View file

@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: my-artifact name: my-artifact
path: ./build/path/to/artifact.zip path: timetracker_*.deb
retention-days: 5 retention-days: 5
token: ${{ secrets.test }} token: ${{ secrets.test }}