Skip to content

Commit 11a8ee4

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)