From a85929822f9932fcb938a8f260555e2476040298 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 6 Feb 2024 12:06:36 -0800 Subject: WiX Toolset v4.0.4 --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cd8e135..bec4f1e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,12 +5,10 @@ on: branches: - master - develop - - develop404 pull_request: branches: - master - develop - - develop404 workflow_dispatch: inputs: tags: @@ -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 @@ -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 -- cgit v1.2.3-55-g6feb