aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0b632755..e8246f03 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,8 @@ name: Build WiX Toolset v4
3on: 3on:
4 push: 4 push:
5 branches: 5 branches:
6 master 6 - master
7 - develop
7 pull_request: 8 pull_request:
8 branches: 9 branches:
9 - master 10 - master
@@ -32,10 +33,11 @@ jobs:
32 uses: microsoft/setup-msbuild@v1.0.3 33 uses: microsoft/setup-msbuild@v1.0.3
33 34
34 - name: Build wix4 35 - name: Build wix4
35 run: build.cmd 36 shell: cmd
37 run: ./build.cmd
36 38
37 - name: Save build 39 - name: Save build
38 - uses: actions/upload-artifact@v2 40 uses: actions/upload-artifact@v2
39 with: 41 with:
40 name: artifacts 42 name: artifacts
41 path: build/artifacts/ 43 path: build/artifacts/