Fix: build script 2
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m58s

This commit is contained in:
2026-01-20 11:17:51 +01:00
parent a67bfef0ce
commit 3cce4fd900

View File

@@ -25,7 +25,7 @@ jobs:
- name: "Oqtane Framework bauen"
run: dotnet build -c Release ./oqtane.framework/Oqtane.sln
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.Server.csproj -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"