Skip to content

Commit 61ab25b

Browse files
authored
Merge pull request #4 from Apibim-com/bugfix/cd_workflow
Fixed bug
2 parents 78dbe89 + 20758dd commit 61ab25b

2 files changed

Lines changed: 2 additions & 4 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

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

0 commit comments

Comments
 (0)