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
Nightly Build and Release / Build and Release Nightly (push) Failing after 14s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user