Fixed destination logic; updated action to use .net11 preview 4; fixed broken .csproj.
Nightly Build and Release / Build and Release Nightly (push) Failing after 14s

This commit is contained in:
qwsdcvghyu89
2026-06-05 01:03:48 +10:00
parent c4d573a69e
commit 2490fb260d
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ name: Nightly Build and Release
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
@@ -17,10 +17,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup .NET 9.0
- name: Setup .NET 11.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
dotnet-version: '11.0.100-preview.4.26230.115'
# NEW: Authenticate with your private Gitea NuGet registry
- name: Add Gitea NuGet Source