.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: |
|
run: |
|
||||||
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
|
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:
|
with:
|
||||||
direction: upload
|
name: my-artifact
|
||||||
repo: ronnyfriedland/timetracker
|
path: ./build/path/to/artifact.zip
|
||||||
|
retention-days: 5
|
||||||
token: ${{ secrets.test }}
|
token: ${{ secrets.test }}
|
||||||
|
|
||||||
|
#- uses: actions/forgejo-release@v2.7.1
|
||||||
|
# with:
|
||||||
|
# direction: upload
|
||||||
|
# repo: ronnyfriedland/timetracker
|
||||||
|
# token: ${{ secrets.test }}
|
||||||
|
|
||||||
# - name: 'Upload Artifact'
|
# - name: 'Upload Artifact'
|
||||||
# uses: actions/upload-release-asset@v1
|
# uses: actions/upload-release-asset@v1
|
||||||
#with:
|
#with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue