diff --git a/.github/workflows/nox_cd.yaml b/.github/workflows/nox_cd.yaml index 877dd65f..a634fded 100644 --- a/.github/workflows/nox_cd.yaml +++ b/.github/workflows/nox_cd.yaml @@ -20,4 +20,4 @@ jobs: - name: Pack run: dotnet pack --no-build ./src/Nox.Cli --configuration Release -o ./artifacts - name: Publish - run: dotnet nuget push ./artifacts/Nox.Cli;.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push ./artifacts/Nox.Cli.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json diff --git a/src/Nox.Cli/Nox.Cli.csproj b/src/Nox.Cli/Nox.Cli.csproj index f09cc901..e580d832 100644 --- a/src/Nox.Cli/Nox.Cli.csproj +++ b/src/Nox.Cli/Nox.Cli.csproj @@ -17,9 +17,9 @@ false Copyright (c) Andre Sharpe 2022 true - 1.0.4.0 - 1.0.4.0 - 1.0.4 + 1.0.5.0 + 1.0.5.0 + 1.0.5 MIT https://github.com/NoxOrg/Nox.Cli https://github.com/NoxOrg/Nox.Cli.git