Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed Nov 26, 2023
1 parent a5de624 commit 50054df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
github_token: ${{ secrets.SECRET_TOKEN }}

- name: Create NuGet Package
run: dotnet pack ./Trumpee.MassTransit.Messages.sln -c Release -o nuget
run: dotnet pack "./Trumpee.MassTransit.Messages.csproj" -c Release -o nuget

- name: Cache NuGet Package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 50054df

Please sign in to comment.