We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9ab47 commit 3ee5fb9Copy full SHA for 3ee5fb9
.github/workflows/release.yml
@@ -21,7 +21,9 @@ jobs:
21
- name: Install .NET Core
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: 8.0.x
+ dotnet-version: |
25
+ 9.0.x
26
+ 8.0.x
27
28
- name: Restore dependencies
29
run: dotnet restore StableDiffusion.NET
@@ -47,7 +49,7 @@ jobs:
47
49
48
50
tag_name: ${{ github.event.inputs.version }}
51
generate_release_notes: true
- files: StableDiffusion.NET/bin/Release/net8.0/StableDiffusion.NET.dll
52
+ files: StableDiffusion.NET/bin/Release/net9.0/StableDiffusion.NET.dll
53
54
- name: Nuget Push
55
id: nuget_push
0 commit comments