Fix build script
Some checks failed
build-debian-package / Build the debian package (push) Failing after 1m20s
Some checks failed
build-debian-package / Build the debian package (push) Failing after 1m20s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user