New: run-build.sh now also for Development Environments

This commit is contained in:
2026-02-13 18:22:06 +01:00
parent 3f034c6964
commit d3a914e020
2 changed files with 15 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: "10.0.x"
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
- name: "Upload .deb"
run: curl --user kocoder:${{ secrets.REGISTRY_TOKEN_KOCODER }} --upload-file ./alumnihub.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload
- name: "Create release"