We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3753b57 commit bf5d6aaCopy full SHA for bf5d6aa
.github/workflows/codechavez.m3diator.nuget.yml
@@ -20,7 +20,7 @@ jobs:
20
run: dotnet build **/CodeChavez.M3diator/CodeChavez.M3diator.csproj --configuration Release
21
22
- name: Package
23
- run: dotnet pack **/CodeChavez.M3diator/CodeChavez.M3diator.csproj.csproj --configuration Release --no-build --output ./artifacts
+ run: dotnet pack **/CodeChavez.M3diator/CodeChavez.M3diator.csproj --configuration Release --no-build --output ./artifacts
24
25
- name: Push NuGet package
26
run: dotnet nuget push "./artifacts/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
0 commit comments