Compare commits

...

2 Commits

Author SHA1 Message Date
0af02afb20 Rollback further (6.2.1 -> 6.1.3)
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m43s
2026-01-20 10:58:36 +01:00
17da27123e Fix build script for net 9.0
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m41s
2026-01-17 23:49:59 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -21,11 +21,11 @@ jobs:
with:
dotnet-version: "9.0.x"
- name: "Oqtane Framework restore"
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
run: dotnet restore ./oqtane.framework/Oqtane.sln --verbosity detailed
- name: "Oqtane Framework bauen"
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
run: dotnet build -c Release ./oqtane.framework/Oqtane.sln
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.slnx -o ./alumnihub_10.0_amd64/opt/alumnihub
run: dotnet publish -c Release ./oqtane.framework/Oqtane.sln -o ./alumnihub_10.0_amd64/opt/alumnihub
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
- name: "Upload .deb"