Retry with interactive pipeline
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
name: "publish-deb"
|
name: "publish-deb"
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
inputs:
|
||||||
- main
|
VERSION:
|
||||||
|
description: "Version to publish"
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -19,5 +21,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --user oysteikt:${{ secrets.PUBLISH_TOKEN }} \
|
curl --user oysteikt:${{ secrets.PUBLISH_TOKEN }} \
|
||||||
--upload-file hello_world.tar.gz \
|
--upload-file hello_world.tar.gz \
|
||||||
https://git.pvv.ntnu.no/api/packages/oysteikt/generic/gitea-package-publishing-test/latest/hello_world.tar.gz
|
https://git.pvv.ntnu.no/api/packages/oysteikt/generic/gitea-package-publishing-test/${{ vars.VERSION }}/hello_world.tar.gz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user