New: run-build.sh now also for Development Environments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user