Skip to content

Commit

Permalink
Fix release nuget pack in CI
Browse files Browse the repository at this point in the history
(cherry picked from commit 574a53c)
  • Loading branch information
roji committed Mar 3, 2023
1 parent 3177b00 commit f4e7769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
uses: actions/setup-dotnet@v3

- name: Pack
run: dotnet pack --configuration Release --output nupkgs -p:ContinuousIntegrationBuild=true
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f4e7769

Please sign in to comment.