Skip to content

Commit

Permalink
WiX Toolset v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Feb 6, 2024
1 parent e30c1b2 commit a859298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- develop
- develop404
pull_request:
branches:
- master
- develop
- develop404
workflow_dispatch:
inputs:
tags:
Expand Down Expand Up @@ -63,7 +61,6 @@ jobs:
allow-no-subscriptions: true
client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}

- name: Build wix4
shell: cmd
Expand Down Expand Up @@ -107,5 +104,5 @@ jobs:
path: build/logs/

- name: Push to GitHub Packages
if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/develop404')
if: github.event_name == 'push' && github.repository_owner == 'wixtoolset' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
run: dotnet nuget push "build/artifacts/**/*.nupkg" --source https://nuget.pkg.github.com/wixtoolset/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4-build.{height}
4.0.4

0 comments on commit a859298

Please sign in to comment.