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