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

Commit 991470d

Browse files
committed
use correct output path
1 parent 332280c commit 991470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
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 ./nuget
138138
139139
- name: Push to GitHub Feed
140140
run: |

0 commit comments

Comments
 (0)