Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 332280c

Browse files
committed
paths
1 parent d7328c6 commit 332280c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
arrTag=(${GITHUB_REF//\// })
135135
VERSION="${arrTag[2]}"
136136
VERSION="${VERSION//v}"
137-
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg
137+
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o ./nupkg
138138
139139
- name: Push to GitHub Feed
140140
run: |
@@ -146,4 +146,4 @@ jobs:
146146
done
147147

148148
- name: Publish NuGet package on nuget.org
149-
run: dotnet nuget push nuget/*.nupkg --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
149+
run: dotnet nuget push ./nuget/*.nupkg --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"

0 commit comments

Comments
 (0)