diff --git a/.github/workflows/cd-build.yml b/.github/workflows/cd-build.yml
index a206aa5..376d9e8 100644
--- a/.github/workflows/cd-build.yml
+++ b/.github/workflows/cd-build.yml
@@ -51,7 +51,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- name: Push MinimalCommandLine Nuget
- run: dotnet nuget push ./MinimalCommandLine.0.5.0.${{github.run_number}}-alpha.nupkg --api-key ${{secrets.NUGETKEY}} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./MinimalCli.0.5.0.${{github.run_number}}-alpha.nupkg --api-key ${{secrets.NUGETKEY}} --source https://api.nuget.org/v3/index.json
production:
needs: integration
@@ -66,4 +66,4 @@ jobs:
name: Nugets
- name: Push MinimalCommandLine Nuget
- run: dotnet nuget push ./MinimalCommandLine.0.5.0.${{github.run_number}}.nupkg --api-key ${{secrets.NUGETKEY}} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./MinimalCli.0.5.0.${{github.run_number}}.nupkg --api-key ${{secrets.NUGETKEY}} --source https://api.nuget.org/v3/index.json
diff --git a/src/MinimalCli.Core/MinimalCli.Core.csproj b/src/MinimalCli.Core/MinimalCli.Core.csproj
index 83070ad..f09222b 100644
--- a/src/MinimalCli.Core/MinimalCli.Core.csproj
+++ b/src/MinimalCli.Core/MinimalCli.Core.csproj
@@ -4,7 +4,7 @@