File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : |
3333 mkdir ${{ github.workspace }}\nuget-packages -Force
3434
35+ Copy-Item -Path "${{ github.workspace }}\README.md" -Destination "${{ github.workspace }}\CarrotLink.Core\" -Force
36+ Copy-Item -Path "${{ github.workspace }}\LICENSE" -Destination "${{ github.workspace }}\CarrotLink.Core\" -Force
37+
3538 Copy-Item -Path "${{ github.workspace }}\README.md" -Destination "${{ github.workspace }}\nuget-packages\" -Force
3639 Copy-Item -Path "${{ github.workspace }}\LICENSE" -Destination "${{ github.workspace }}\nuget-packages\" -Force
3740
4043 --configuration Release `
4144 --no-build `
4245 --output ${{ github.workspace }}\nuget-packages `
43- -p:PackageReadmeFile=${{ github.workspace }}\ README.md `
46+ -p:PackageReadmeFile=README.md `
4447 -p:PackageLicenseExpression=Apache-2.0
4548
4649 - name : Publish to NuGet.org
You can’t perform that action at this time.
0 commit comments