diff options
author | Rob Mensching <rob@firegiant.com> | 2024-12-31 06:21:22 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 10:21:48 -0800 |
commit | 3456eaa40c910eb3a6cb9197562517b9f119aa9a (patch) | |
tree | 0ad9fbf24c2b4d81eb08e8bd79c7abae23dda4d7 /.github | |
parent | b95bf23bb3b69276147a10a43549586aad58713d (diff) | |
download | wix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.tar.gz wix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.tar.bz2 wix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.zip |
Minor build improvements and cleanup
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 247a0442..602a4817 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,9 +9,6 @@ on: | |||
9 | branches: | 9 | branches: |
10 | - main | 10 | - main |
11 | workflow_dispatch: | 11 | workflow_dispatch: |
12 | inputs: | ||
13 | tags: | ||
14 | manual: true | ||
15 | 12 | ||
16 | env: | 13 | env: |
17 | DOTNET_NOLOGO: true | 14 | DOTNET_NOLOGO: true |
@@ -39,7 +36,7 @@ jobs: | |||
39 | - name: Install sign tool | 36 | - name: Install sign tool |
40 | if: (github.ref == 'refs/heads/master') | 37 | if: (github.ref == 'refs/heads/master') |
41 | shell: cmd | 38 | shell: cmd |
42 | run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.24170.3 | 39 | run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.24529.1 |
43 | 40 | ||
44 | - name: Configure automated logging and crash dumps | 41 | - name: Configure automated logging and crash dumps |
45 | shell: cmd | 42 | shell: cmd |