From 036aed5fc86bb8f6c99d71d0968a66728e33f823 Mon Sep 17 00:00:00 2001 From: Alex Dillon <6540981+alexdillon@users.noreply.github.com> Date: Thu, 27 Aug 2020 01:10:42 -0500 Subject: [PATCH] Fixed solution file name in release action --- .github/workflows/CreateRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 6ca7711..1bcdf4b 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -18,7 +18,7 @@ jobs: - name: Setup MSBuild.exe uses: warrenbuckley/Setup-MSBuild@v1 - name: Build with MSBuild - run: msbuild PluginDemos -p:Configuration=Release + run: msbuild PluginDemos.sln -p:Configuration=Release - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}