From 714e8a4351c8cada1b02e70792a1afc8fd811380 Mon Sep 17 00:00:00 2001 From: Aydin Mir Mohammadi Date: Mon, 1 May 2023 13:42:49 +0200 Subject: [PATCH] Update release.yml Add project name --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4309be3..fc09ec4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v1 - name: Build - run: dotnet build -c Release + run: dotnet build "./src/Hangfire Carbon Aware Execution.sln" -c Release - name: Test - run: dotnet test -c Release --no-build + run: dotnet test "./src/Hangfire Carbon Aware Execution.sln" -c Release --no-build - name: Pack nugets - run: dotnet pack -c Release --no-build --output . + run: dotnet pack "./src/Hangfire Carbon Aware Execution.sln" -c Release --no-build --output . - name: Push to NuGet - run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json