From dd68c66b878f0f03527b373441ad257613e22e11 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 29 Jan 2026 23:29:49 +0100 Subject: [PATCH] Create a release with all Modules as artifacts --- .gitea/workflows/build-debian-package.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-debian-package.yml b/.gitea/workflows/build-debian-package.yml index e697b97..7439fe6 100644 --- a/.gitea/workflows/build-debian-package.yml +++ b/.gitea/workflows/build-debian-package.yml @@ -23,4 +23,9 @@ jobs: - name: "Build .deb" 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 \ No newline at end of file + 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 + with: + files: |- + ./alumnihub_10.0_amd64.deb + ./alumnihub_10.0_amd64/opt/alumnihub/Packages/*.nupkg \ No newline at end of file