Skip to content

Commit 3106416

Browse files
authored
First upload package only then upload the symbols
1 parent 0ee5e2f commit 3106416

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET
1+
name: Build and deploy
22

33
on:
44
push:
@@ -24,6 +24,6 @@ jobs:
2424
run: dotnet pack --no-build --configuration Release PAYNLSDK/PayNLSdk.csproj --output .
2525
- name: Push Nuget
2626
if: ${{ github.ref == 'refs/heads/main' }}
27-
run: |
28-
dotnet nuget push *.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_KEY }} --skip-duplicate
27+
run: |
2928
dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_KEY }} --skip-duplicate
29+
dotnet nuget push *.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)