diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-12-31 06:21:22 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-12-31 06:25:23 -0800 |
| commit | 2ece9993ce6810bdb49882922f31eebff71f747b (patch) | |
| tree | 16feafdd364508503afeb1b64e51e3bef6ae597e /.github/workflows/build.yml | |
| parent | 523c66a62a619e6aa9f30070173ea33edfb5e328 (diff) | |
| download | wix-robmen/build-cleanup.tar.gz wix-robmen/build-cleanup.tar.bz2 wix-robmen/build-cleanup.zip | |
Minor build improvements and cleanuprobmen/build-cleanup
Diffstat (limited to '.github/workflows/build.yml')
| -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 |
