.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 26s

This commit is contained in:
Ronny.Friedland 2025-09-03 11:39:33 +00:00
parent 7e65e7012e
commit a32b8b2a5c

View file

@ -52,7 +52,7 @@ jobs:
- uses: https://data.forgejo.org/actions/checkout@v4
- name: Upload Package
run: |
FILE="timetracker.deb"
FILE="timetracker_$(git rev-parse --short HEAD).deb"
ORG="Ronny.Friedland"
REPO="timetracker"
VERSION=$(git rev-parse --short HEAD)