From 68e32fb94207193a791427e6807852172ec6f210 Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Tue, 1 Jun 2021 17:26:59 +0200 Subject: [PATCH] replace variable with direct value --- .github/workflows/cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6e5f27b..1437ee1 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -22,7 +22,7 @@ jobs: Configuration: Release Solution_Path: Slim.sln Test_Project_Path: Slim.Tests\Slim.Tests.csproj - Source_Project_Path: \Slim\Slim.csproj + Source_Project_Path: Slim\Slim.csproj Actions_Allow_Unsecure_Commands: true steps: @@ -50,6 +50,6 @@ jobs: - name: Push nuget package uses: brandedoutcast/publish-nuget@v2.5.5 with: - PROJECT_FILE_PATH: $env:Source_Project_Path + PROJECT_FILE_PATH: Slim\Slim.csproj NUGET_KEY: ${{secrets.NUGET_API_KEY}} \ No newline at end of file