Use: dotnet pack instead of nuget pack...
Some checks failed
build-debian-package / Build the debian package (push) Has been cancelled

This commit is contained in:
2026-01-29 22:31:02 +01:00
parent b7b950d4ac
commit c3d521e5a0
6 changed files with 5 additions and 7 deletions

View File

@@ -20,8 +20,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: "Install nuget"
run: apt install nuget -y
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
- name: "Upload .deb"