Skip to content

Commit

Permalink
update nuget pack command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Maes committed Nov 30, 2023
1 parent 4aa9812 commit 3f5c2e4
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: nuget/setup-nuget@v1

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: nuget pack GraphR.nuspec -NoDefaultExcludes --configuration Release --output ${{ env.NuGetDirectory }}
- run: nuget pack GraphR.nuspec -NoDefaultExcludes -OutputDirectory ${{ 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 3f5c2e4

Please sign in to comment.