Skip to content

Commit

Permalink
edit yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fetoni committed Aug 22, 2024
1 parent 58f7fe7 commit 8f4a6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-dotnet@v4

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
- run: dotnet pack src/Ninja.Sharp.OpenMessaging/Ninja.Sharp.OpenMessaging.csproj --configuration Release --output ${{ env.NuGetDirectory }}

# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8f4a6b5

Please sign in to comment.