From 9d5a06706882ca321f046375b8ccee3620815ffd Mon Sep 17 00:00:00 2001 From: hytonhan <56257488+hytonhan@users.noreply.github.com> Date: Fri, 21 Apr 2023 13:17:47 +0300 Subject: [PATCH] Update AutomaticRelease.yml --- .github/workflows/AutomaticRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutomaticRelease.yml b/.github/workflows/AutomaticRelease.yml index 4749c636..86d6d39a 100644 --- a/.github/workflows/AutomaticRelease.yml +++ b/.github/workflows/AutomaticRelease.yml @@ -236,7 +236,7 @@ jobs: run: dotnet restore - name: Build TimberAPICore - run: dotnet build ${{env.timber_api_core_project_path}} --no-restore --configuration RELEASE -p:Version=${{ needs.versions.outputs.timber_api_leading_zero }};/p:SolutionDir=${{ github.workspace }} + run: dotnet build ${{env.timber_api_core_project_path}} --no-restore --configuration RELEASE -p:Version=${{ needs.versions.outputs.timber_api_leading_zero }};SolutionDir=${{ github.workspace }} - name: Build Loader run: dotnet build ${{env.timber_api_loaders_project_path}} --no-restore --configuration RELEASE -p:Version=${{ needs.versions.outputs.timber_api_leading_zero }}