Skip to content

Commit 825ec73

Browse files
authored
Update release.yml
1 parent 51eed1a commit 825ec73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Restore dependencies
27-
run: dotnet restore
27+
run: dotnet restore StableDiffusion.NET
2828

2929
- name: Build
30-
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
30+
run: dotnet build StableDiffusion.NET --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
3131

3232
- name: Test
33-
run: dotnet test --no-build --verbosity normal --configuration Release
33+
run: dotnet test StableDiffusion.NET --no-build --verbosity normal --configuration Release
3434

3535
- name: Upload Nuget Build Artifact
3636
uses: actions/[email protected]

0 commit comments

Comments
 (0)