Skip to content

Commit 76413b0

Browse files
committed
Fixed bug
1 parent 3c88ec5 commit 76413b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
configuration: [R2020, R2021, R2022, R2023, R2024, R2025, R2026, R2027]
15+
configuration: [R2020, R2021, R2022, R2023, R2024, R2025, R2026]
1616

1717
steps:
1818
- name: Checkout
@@ -34,4 +34,4 @@ jobs:
3434

3535
- name: Push to NuGet
3636
shell: bash
37-
run: dotnet nuget push "./nupkgs/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
37+
run: dotnet nuget push /nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)