Skip to content

Commit bf5d6aa

Browse files
committed
fix
1 parent 3753b57 commit bf5d6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codechavez.m3diator.nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: dotnet build **/CodeChavez.M3diator/CodeChavez.M3diator.csproj --configuration Release
2121

2222
- name: Package
23-
run: dotnet pack **/CodeChavez.M3diator/CodeChavez.M3diator.csproj.csproj --configuration Release --no-build --output ./artifacts
23+
run: dotnet pack **/CodeChavez.M3diator/CodeChavez.M3diator.csproj --configuration Release --no-build --output ./artifacts
2424

2525
- name: Push NuGet package
2626
run: dotnet nuget push "./artifacts/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)