diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-28 08:45:16 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-01-28 08:45:16 -0800 |
commit | 1c36cb8bc5a6535de82a64a6fa695df3ec4d7fda (patch) | |
tree | bfebd9376189db6fabd5ded627ad9d481290a172 | |
parent | b9b68be290f544475f9d0f853344be38ef006993 (diff) | |
download | wix-1c36cb8bc5a6535de82a64a6fa695df3ec4d7fda.tar.gz wix-1c36cb8bc5a6535de82a64a6fa695df3ec4d7fda.tar.bz2 wix-1c36cb8bc5a6535de82a64a6fa695df3ec4d7fda.zip |
Start WiX Toolset v4.0.4
-rw-r--r-- | .github/workflows/build.yml | 6 | ||||
-rw-r--r-- | src/version.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da17eda..0cd8e135 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -5,12 +5,12 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - master | 6 | - master |
7 | - develop | 7 | - develop |
8 | - develop403 | 8 | - develop404 |
9 | pull_request: | 9 | pull_request: |
10 | branches: | 10 | branches: |
11 | - master | 11 | - master |
12 | - develop | 12 | - develop |
13 | - develop403 | 13 | - develop404 |
14 | workflow_dispatch: | 14 | workflow_dispatch: |
15 | inputs: | 15 | inputs: |
16 | tags: | 16 | tags: |
@@ -107,5 +107,5 @@ jobs: | |||
107 | path: build/logs/ | 107 | path: build/logs/ |
108 | 108 | ||
109 | - name: Push to GitHub Packages | 109 | - name: Push to GitHub Packages |
110 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop403') | 110 | if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop404') |
111 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | 111 | run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate |
diff --git a/src/version.txt b/src/version.txt index c4e41f94..81002d34 100644 --- a/src/version.txt +++ b/src/version.txt | |||
@@ -1 +1 @@ | |||
4.0.3 | 4.0.4-build.{height} | ||