Compare commits

...

4 Commits

Author SHA1 Message Date
5dbaa652c5 Update: aspnetcore-runtime-dependency
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m57s
2026-01-21 09:04:38 +01:00
fb411826ca Upgrade auf net10 und alumnihub 10.0.3
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m53s
2026-01-21 08:57:42 +01:00
3cce4fd900 Fix: build script 2
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m58s
2026-01-20 11:17:51 +01:00
a67bfef0ce Fix build script
Some checks failed
build-debian-package / Build the debian package (push) Failing after 1m20s
2026-01-20 11:15:26 +01:00
3 changed files with 6 additions and 6 deletions

View File

@@ -19,13 +19,13 @@ jobs:
- name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
dotnet-version: "10.0.x"
- name: "Oqtane Framework restore"
run: dotnet restore ./oqtane.framework/Oqtane.sln --verbosity detailed
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
- name: "Oqtane Framework bauen"
run: dotnet build -c Release ./oqtane.framework/Oqtane.sln
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.sln -o ./alumnihub_10.0_amd64/opt/alumnihub
run: dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
- name: "Upload .deb"

View File

@@ -2,6 +2,6 @@ Package: alumnihub
Architecture: amd64
Essential: no
Priority: optional
Depends: aspnetcore-runtime-9.0,nginx,postgresql-18
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
Maintainer: kocoder
Description: Our production oqtane setup