Skip to content

Commit aab328c

Browse files
authored
Update nuget.yml
1 parent e3cf437 commit aab328c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
mkdir ${{ github.workspace }}/nuget-packages -Force
3434
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
35+
Copy-Item -Path "${{ github.workspace }}/README.md" -Destination "${{ github.workspace }}/nuget-packages/" -Force
36+
Copy-Item -Path "${{ github.workspace }}/LICENSE" -Destination "${{ github.workspace }}/nuget-packages/" -Force
3737
3838
- name: Pack NuGet Package
3939
run: dotnet pack ${{ env.PROJECT_PATH }} `

0 commit comments

Comments
 (0)