diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f56fdd6..e2cf298 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v} - name: Build with msbuild - run: MSBuild.exe -t:restore,build,ILMerge ./HAClimateDeskBand/HAClimateDeskBand.csproj -p:Configuration=Release -p:OutputPath=../HAClimateDeskBand-win-x64/ -p:VersionAssembly=${{ steps.get_version.outputs.VERSION }} - - - name: Build with msbuild - run: MSBuild.exe -t:restore,build,ILMerge ./HAClimateDeskBandInstaller/HAClimateDeskBandInstaller.csproj -p:Configuration=Release -p:OutputPath=../HAClimateDeskBand-win-x64/ -p:VersionAssembly=${{ steps.get_version.outputs.VERSION }} + run: MSBuild.exe -t:restore,build -p:Configuration=Release -p:OutputPath=../HAClimateDeskBand-win-x64/ -p:VersionAssembly=${{ steps.get_version.outputs.VERSION }} - name: Create release uses: softprops/action-gh-release@v1