Skip to content

Commit 5fd07c1

Browse files
MichaCMichaC
authored andcommitted
trying to fix CI/CD as usual...
1 parent caada99 commit 5fd07c1

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ jobs:
110110
with:
111111
fetch-depth: 0 # Required for SourceLink
112112

113-
- name: Setup .NET
114-
uses: actions/setup-dotnet@v4
115-
with:
116-
dotnet-version: |
117-
8.0.x
118-
10.0.x
119-
120113
- name: Restore dependencies
121114
run: dotnet restore
122115

@@ -136,4 +129,6 @@ jobs:
136129
user: MichaConrad
137130

138131
- name: Push to NuGet.org
139-
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
132+
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
134+
shell: pwsh

0 commit comments

Comments
 (0)