.forgejo/workflows/debian.yml aktualisiert
This commit is contained in:
parent
e943de0425
commit
8ca87f58d3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,6 +54,6 @@ jobs:
|
||||||
ORG="Ronny.Friedland"
|
ORG="Ronny.Friedland"
|
||||||
REPO="timetracker"
|
REPO="timetracker"
|
||||||
VERSION=${{github.ref_name}}
|
VERSION=${{github.ref_name}}
|
||||||
curl --user ${{ secrets.USER }}:${{ secrets.TOKEN }} \
|
curl -v --user ${{ secrets.USER }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file $FILE \
|
--upload-file $FILE \
|
||||||
"https://edp.buildth.ing/api/packages/${ORG}/generic/${REPO}/${VERSION}/${FILE}"
|
"https://edp.buildth.ing/api/packages/${ORG}/generic/${REPO}/${VERSION}/${FILE}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue