Skip to content

Commit ab11e95

Browse files
authored
Update nuget.yml
1 parent 11a8ee4 commit ab11e95

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
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

@@ -40,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)