diff options
author | Bob Arnson <bob@firegiant.com> | 2023-06-21 19:53:56 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2023-06-21 19:53:56 -0400 |
commit | 140abaa1a8629a1f67f41bf549430acc9768ce1b (patch) | |
tree | 8f47c5c9724c4aaa1c482e98734658d569b12c2d /.github | |
parent | 6e6eb47812742cfb61a1c3328ba662ec2886a4e2 (diff) | |
download | wix-140abaa1a8629a1f67f41bf549430acc9768ce1b.tar.gz wix-140abaa1a8629a1f67f41bf549430acc9768ce1b.tar.bz2 wix-140abaa1a8629a1f67f41bf549430acc9768ce1b.zip |
Start WiX Toolset v4.0.2.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e2cb0e1..3b32174c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -6,11 +6,13 @@ on: | |||
6 | - master | 6 | - master |
7 | - develop | 7 | - develop |
8 | - develop-v4.0.1 | 8 | - develop-v4.0.1 |
9 | - develop402 | ||
9 | pull_request: | 10 | pull_request: |
10 | branches: | 11 | branches: |
11 | - master | 12 | - master |
12 | - develop | 13 | - develop |
13 | - develop-v4.0.1 | 14 | - develop-v4.0.1 |
15 | - develop402 | ||
14 | workflow_dispatch: | 16 | workflow_dispatch: |
15 | inputs: | 17 | inputs: |
16 | tags: | 18 | tags: |
@@ -90,5 +92,5 @@ jobs: | |||
90 | path: build/logs/ | 92 | path: build/logs/ |
91 | 93 | ||
92 | - name: Push to GitHub Packages | 94 | - name: Push to GitHub Packages |
93 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop-v4.0.1') | 95 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop-v4.0.1' || github.ref == 'refs/heads/develop402') |
94 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | 96 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate |