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