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

This commit is contained in:
Ronny.Friedland 2025-09-03 11:47:12 +00:00
parent 4c6aca38f2
commit 489be8de02

View file

@ -41,16 +41,13 @@ jobs:
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 }}
- name: Check files before upload
run: find .
#- 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 }}
- uses: https://data.forgejo.org/actions/checkout@v4
- name: Upload Package