From de93a4b9575a94891b2944995cd0be01edbd4e4b Mon Sep 17 00:00:00 2001 From: Skylar Date: Wed, 22 Feb 2023 17:38:00 -0800 Subject: [PATCH] Change test project path for publishing to project path --- .github/workflows/actions-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-pr.yml b/.github/workflows/actions-pr.yml index 047c3ba..40e2063 100644 --- a/.github/workflows/actions-pr.yml +++ b/.github/workflows/actions-pr.yml @@ -40,4 +40,4 @@ jobs: run: dotnet test --verbosity normal --configuration ${{ env.BUILD_CONFIGURATION }} ${{ env.TEST_PROJECT_PATH }} - name: Publish - run: dotnet publish --no-build --configuration ${{ env.BUILD_CONFIGURATION }} ${{ env.TEST_PROJECT_PATH }} \ No newline at end of file + run: dotnet publish --no-build --configuration ${{ env.BUILD_CONFIGURATION }} ${{ env.PROJECT_PATH }} \ No newline at end of file