Skip to content

Commit 9f53ee7

Browse files
MichaCMichaC
authored andcommitted
windows specific errors with finding files, why am I surprised
1 parent 5fd07c1 commit 9f53ee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
shell: pwsh
121121
run: |
122122
$version = "${{ github.ref_name }}" -replace '^v', ''
123-
dotnet pack src/CDT.Core/CDT.Core.csproj --no-build -c Release -o ./artifacts /p:Version=$version
123+
dotnet pack src/CDT.Core/CDT.Core.csproj --no-build -c Release -o \artifacts /p:Version=$version
124124
125125
- name: NuGet login
126126
uses: NuGet/login@v1
@@ -130,5 +130,5 @@ jobs:
130130

131131
- name: Push to NuGet.org
132132
run: |
133-
dotnet nuget push "${{ github.workspace }}/artifacts/*.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
133+
dotnet nuget push "${{ github.workspace }}\artifacts\*.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
134134
shell: pwsh

0 commit comments

Comments
 (0)