From 79119854102b6f8a1185bf5e7652a390c30b9e41 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 4 Dec 2025 12:42:46 +0900 Subject: [PATCH] .gitea/workflows: add commented inputs for package publishing --- .gitea/workflows/publish-deb.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-deb.yml b/.gitea/workflows/publish-deb.yml index 346011b..314bbc9 100644 --- a/.gitea/workflows/publish-deb.yml +++ b/.gitea/workflows/publish-deb.yml @@ -7,6 +7,18 @@ on: # type: string # required: true + # debian_distribution + # description: "Which distribution of debian to publish for" + # type: string + # default: trixie + # required: true + + # repository_component + # description: "Which apt repository component to publish for + # type: string + # default: main + # required: true + rust_toolchain: description: "Whether to build the package with stable rust" type: choice @@ -53,4 +65,4 @@ jobs: # curl \ # --user your_username:your_password_or_token \ # --upload-file target/debian/*.deb \ - # https://git.pvv.ntnu.no/api/packages/testuser/debian/pool/bionic/main/upload + # https://git.pvv.ntnu.no/api/packages/${{ github.repository_owner }}/debian/pool/${{ inputs.debian_distribution }}/${{ inputs.repository_component }}/upload