Retry with interactive pipeline

This commit is contained in:
2025-03-18 13:07:44 +01:00
parent a6580e2cdf
commit a0167a9ceb

View File

@@ -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