Skip to content

Commit 80115ed

Browse files
committed
fix(ci): invalid path
./ is interpreted as literal path value
1 parent f0ecc66 commit 80115ed

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
@@ -15,6 +15,6 @@ build:
1515
publish:
1616
stage: deploy
1717
script:
18-
- 'mono /bin/NuGet.exe push ./artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
18+
- 'mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
1919
only:
2020
- master

0 commit comments

Comments
 (0)