File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030
3131 - name : Copy Readme and License
3232 run : |
33- mkdir ${{ github.workspace }}/ nuget-packages -Force
33+ mkdir ${{ github.workspace }}\ nuget-packages -Force
3434
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
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 }} `
4040 --configuration Release `
4141 --no-build `
42- --output ${{ github.workspace }}/ nuget-packages `
43- -p:PackageReadmeFile=${{ github.workspace }}/ README.md `
42+ --output ${{ github.workspace }}\ nuget-packages `
43+ -p:PackageReadmeFile=${{ github.workspace }}\ README.md `
4444 -p:PackageLicenseExpression=Apache-2.0
4545
4646 - name : Publish to NuGet.org
You can’t perform that action at this time.
0 commit comments