Skip to content

Commit

Permalink
Fix: Corrected workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev committed Dec 6, 2024
1 parent 44ec617 commit 102e1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: '9.x'

- name: Restore dependencies
run: dotnet restore AterraEngine.Unions.sln
run: dotnet restore Unions.sln

- name: Build
run: dotnet build AterraEngine.Unions.sln --configuration Release --no-restore
run: dotnet build Unions.sln --configuration Release --no-restore

- name: Publish to NuGet
env:
Expand Down

0 comments on commit 102e1f8

Please sign in to comment.