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 51eed1a commit 825ec73Copy full SHA for 825ec73
.github/workflows/release.yml
@@ -24,13 +24,13 @@ jobs:
24
dotnet-version: 8.0.x
25
26
- name: Restore dependencies
27
- run: dotnet restore
+ run: dotnet restore StableDiffusion.NET
28
29
- name: Build
30
- run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
+ run: dotnet build StableDiffusion.NET --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
31
32
- name: Test
33
- run: dotnet test --no-build --verbosity normal --configuration Release
+ run: dotnet test StableDiffusion.NET --no-build --verbosity normal --configuration Release
34
35
- name: Upload Nuget Build Artifact
36
uses: actions/[email protected]
0 commit comments