Compare commits

...

8 Commits

Author SHA1 Message Date
aeeeead31d Update: Blackboard
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m50s
2026-04-16 13:12:58 +02:00
db1c1b7378 Fix: Migrationen
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m43s
2026-04-13 11:23:52 +02:00
b619d3df29 Update: Submodule
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m50s
2026-04-13 11:01:36 +02:00
53ef457dfb Update: Submodule
All checks were successful
build-debian-package / Build the debian package (push) Successful in 5m13s
2026-04-13 10:51:27 +02:00
682c80383b UpdatE: Submodules
Some checks failed
build-debian-package / Build the debian package (push) Has been cancelled
2026-04-13 10:47:23 +02:00
49c3b8f847 Update: Theme, AdminModules and Blackboard
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m13s
2026-04-11 21:31:08 +02:00
a768ac5a14 Fix: Theme
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m58s
2026-02-25 12:41:18 +01:00
a62819232e Configure nuget source in pipeline
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m37s
2026-02-24 12:51:56 +01:00
7 changed files with 10 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: build-debian-package
on:
push:
tags:
- '*'
- "*"
jobs:
build:
@@ -19,6 +19,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: "Configure nuget source"
run: dotnet nuget add source --name DAV --username kocoder --password ${{ secrets.REGISTRY_TOKEN_KOCODER }} https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/nuget/index.json --store-password-in-clear-text
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
- name: "Upload .deb"