From fe5f934374c27ba6f804a84058abfcb37fe2c19e Mon Sep 17 00:00:00 2001 From: boh Date: Tue, 19 Jan 2021 09:16:18 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28f1e5b..5352924 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - name: Build SharpMapExec run: | cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe $Env:GITHUB_WORKSPACE\SharpMapExec\SharpMapExec.csproj /property:Configuration=Release + .\MSBuild.exe $Env:GITHUB_WORKSPACE\SharpMapExec\SharpMapExec\SharpMapExec.csproj /property:Configuration=Release - name: Build Grouper2 run: | @@ -239,4 +239,4 @@ jobs: - uses: actions/upload-artifact@master with: name: SharpMapExec - path: SharpMapExec\SharpMapExec.exe + path: SharpMapExec\bin\Release\SharpMapExec.exe