Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update publishnuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat authored Nov 20, 2023
1 parent 407c741 commit d7e3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet-version: '7.x'

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet build --configuration Release --output ${{ env.NuGetDirectory }}
- run: dotnet build MK.IO\MK.IO.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 d7e3ce8

Please sign in to comment.