Compare commits

...

1 Commits

Author SHA1 Message Date
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

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.sln -o ./alumnihub_10.0_amd64/opt/alumnihub
run: dotnet publish -c Release ./oqtane.framework/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"