Skip to content

Commit

Permalink
Fix release nuget pack in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Mar 3, 2023
1 parent 101275e commit 574a53c
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 @@ -191,7 +191,7 @@ jobs:
dotnet-version: ${{ env.dotnet_sdk_version }}

- 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 574a53c

Please sign in to comment.