Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Apr 29, 2024
1 parent 51eed1a commit 825ec73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore
run: dotnet restore StableDiffusion.NET

- name: Build
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 }}

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

- name: Upload Nuget Build Artifact
uses: actions/upload-artifact@v4.3.1
Expand Down

0 comments on commit 825ec73

Please sign in to comment.