diff options
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 |