Update .gitea/workflows/build_publish.yml
This commit is contained in:
@@ -13,7 +13,6 @@ on:
|
||||
jobs:
|
||||
build_version:
|
||||
name: Build and determine version
|
||||
runs_on: windows_runner_1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@@ -22,7 +21,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
dotnet-version: 8.0-windows
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user