Retry with interactive pipeline
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
name: "publish-deb"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
VERSION:
|
||||
description: "Version to publish"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,5 +21,5 @@ jobs:
|
||||
run: |
|
||||
curl --user oysteikt:${{ secrets.PUBLISH_TOKEN }} \
|
||||
--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