Add: nuget into pipeline
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m35s

This commit is contained in:
2026-01-29 21:38:43 +01:00
parent 458514e04b
commit 4fd49d0ea0

View File

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