diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c611356..aeda9cc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -41,7 +41,7 @@ jobs: | |||
| 41 | - name: Install sign tool | 41 | - name: Install sign tool |
| 42 | if: ${{ env.SignBuild == 'true' }} | 42 | if: ${{ env.SignBuild == 'true' }} |
| 43 | shell: cmd | 43 | shell: cmd |
| 44 | run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.25330.2 | 44 | run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.26102.1 |
| 45 | 45 | ||
| 46 | - name: Configure automated logging and crash dumps | 46 | - name: Configure automated logging and crash dumps |
| 47 | shell: cmd | 47 | shell: cmd |
