From 96ed3d0679c3d0fb3658bca2cec70a0a569c0552 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Fri, 30 Jan 2026 12:40:33 +0100 Subject: [PATCH] Tidy: Pipeline naming and whitespace changes --- .gitea/workflows/build-debian-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-debian-package.yml b/.gitea/workflows/build-debian-package.yml index 7439fe6..2ac19f1 100644 --- a/.gitea/workflows/build-debian-package.yml +++ b/.gitea/workflows/build-debian-package.yml @@ -4,7 +4,6 @@ on: tags: - '*' - jobs: build: name: Build the debian package @@ -24,7 +23,8 @@ jobs: run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64" - name: "Upload .deb" run: curl --user kocoder:${{ secrets.REGISTRY_TOKEN_KOCODER }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload - - uses: akkuman/gitea-release-action@v1 + - name: "Create release" + uses: akkuman/gitea-release-action@v1 with: files: |- ./alumnihub_10.0_amd64.deb