Skip to content

Commit

Permalink
- Forgot workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Mar 24, 2021
1 parent c69965a commit 371b659
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 371b659

Please sign in to comment.