.forgejo/workflows/debian.yml aktualisiert
This commit is contained in:
parent
d218f8bbe8
commit
09227bd266
1 changed files with 11 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue