test
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 4s
CodeQL / Analyze (push) Failing after 7s
Go / build (push) Successful in 53s
Create the timetracker DEB / Create Package (push) Failing after 31s

This commit is contained in:
Ronny Friedland 2025-08-07 09:35:09 +02:00
parent 2a0316008a
commit d0339fee45

View file

@ -41,8 +41,14 @@ jobs:
run: | run: |
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
- name: 'Upload Artifact' - uses: actions/forgejo-release@v2.6.0
uses: actions/upload-release-asset@v1
with: with:
name: timetracker_binary direction: upload
path: timetracker_${{github.ref_name}}.deb repo: ronnyfriedland/timetracker
token: ${{ secrets.test }}
# - name: 'Upload Artifact'
# uses: actions/upload-release-asset@v1
#with:
# name: timetracker_binary
#path: timetracker_${{github.ref_name}}.deb