We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf437 commit aab328cCopy full SHA for aab328c
1 file changed
.github/workflows/nuget.yml
@@ -32,8 +32,8 @@ jobs:
32
run: |
33
mkdir ${{ github.workspace }}/nuget-packages -Force
34
35
- Copy-Item -Path "${{ env.PROJECT_PATH }}/README.md" -Destination "${{ github.workspace }}/nuget-packages/" -Force
36
- Copy-Item -Path "${{ env.PROJECT_PATH }}/LICENSE" -Destination "${{ github.workspace }}/nuget-packages/" -Force
+ Copy-Item -Path "${{ github.workspace }}/README.md" -Destination "${{ github.workspace }}/nuget-packages/" -Force
+ Copy-Item -Path "${{ github.workspace }}/LICENSE" -Destination "${{ github.workspace }}/nuget-packages/" -Force
37
38
- name: Pack NuGet Package
39
run: dotnet pack ${{ env.PROJECT_PATH }} `
0 commit comments