.forgejo/workflows/debian.yml aktualisiert
This commit is contained in:
parent
489be8de02
commit
c7c194e5a5
1 changed files with 7 additions and 7 deletions
|
|
@ -41,13 +41,13 @@ 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 (für CI-Artefakt)
|
- name: Upload Artifact (für CI-Artefakt)
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: timetracker_${{github.ref_name}}.deb
|
name: timetracker_${{github.ref_name}}.deb
|
||||||
# path: timetracker_${{github.ref_name}}.deb
|
path: timetracker_${{github.ref_name}}.deb
|
||||||
# retention-days: 5
|
retention-days: 5
|
||||||
# token: ${{ secrets.test }}
|
token: ${{ secrets.test }}
|
||||||
|
|
||||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
- name: Upload Package
|
- name: Upload Package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue