.forgejo/workflows/debian.yml aktualisiert
This commit is contained in:
parent
53eb6001a5
commit
1a2ef19c59
1 changed files with 8 additions and 0 deletions
|
|
@ -40,3 +40,11 @@ jobs:
|
|||
- name: Create Deb package
|
||||
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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue