Skip to content

Commit 6f2d538

Browse files
committed
fix(ci): bad NuGet arguments
1 parent 0851490 commit 6f2d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99
stage: build
1010
script:
1111
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12-
- mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE
12+
- mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
1313
only:
1414
- master

0 commit comments

Comments
 (0)