.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 1m0s
Create the timetracker DEB / Create Package (push) Successful in 29s

This commit is contained in:
Ronny.Friedland 2025-09-03 09:19:58 +00:00
parent d218f8bbe8
commit 09227bd266

View file

@ -41,12 +41,20 @@ jobs:
run: |
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
- uses: actions/forgejo-release@v2.7.1
- name: Upload Artifact (für CI-Artefakt)
uses: actions/upload-artifact@v4
with:
direction: upload
repo: ronnyfriedland/timetracker
name: my-artifact
path: ./build/path/to/artifact.zip
retention-days: 5
token: ${{ secrets.test }}
#- uses: actions/forgejo-release@v2.7.1
# with:
# direction: upload
# repo: ronnyfriedland/timetracker
# token: ${{ secrets.test }}
# - name: 'Upload Artifact'
# uses: actions/upload-release-asset@v1
#with: