diff options
author | Rob Mensching <rob@firegiant.com> | 2021-10-19 16:21:58 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-10-19 16:31:05 -0700 |
commit | 54ebab73cd3254c97ed1bc8e1abeed0b5d239177 (patch) | |
tree | a6012a08c8cec7ce4fc65eae039683fc87589e57 /.github/workflows/build.yml | |
parent | 5c8752cf09d1b09a574146904f50cb90babffdf1 (diff) | |
download | wix-54ebab73cd3254c97ed1bc8e1abeed0b5d239177.tar.gz wix-54ebab73cd3254c97ed1bc8e1abeed0b5d239177.tar.bz2 wix-54ebab73cd3254c97ed1bc8e1abeed0b5d239177.zip |
Formatting fixes to YAML files
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 8 |
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 | |||
3 | on: | 3 | on: |
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/ |