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

Commit b5bcaf8

Browse files
committed
remove @
1 parent 5e99222 commit b5bcaf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
103103
for f in ./nuget/*.nupkg
104104
do
105-
echo @$f
106-
dotnet nuget push @$f --source "github"
105+
echo $f
106+
dotnet nuget push $f --source "github"
107107
done
108108

109109
publish:
@@ -142,7 +142,7 @@ jobs:
142142
143143
for f in ./nuget/*.nupkg
144144
do
145-
dotnet nuget push @$f --source "github"
145+
dotnet nuget push $f --source "github"
146146
done
147147

148148
- name: Publish NuGet package on nuget.org

0 commit comments

Comments
 (0)