Install nuget
Some checks failed
build-debian-package / Build the debian package (push) Failing after 30s
Some checks failed
build-debian-package / Build the debian package (push) Failing after 30s
This commit is contained in:
@@ -20,9 +20,8 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "10.0.x"
|
||||
- uses: nuget/setup-nuget@v2
|
||||
with:
|
||||
nuget-version: '6.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"
|
||||
|
||||
Reference in New Issue
Block a user