From 3456eaa40c910eb3a6cb9197562517b9f119aa9a Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 31 Dec 2024 06:21:22 -0800 Subject: Minor build improvements and cleanup --- .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 247a0442..602a4817 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,6 @@ on: branches: - main workflow_dispatch: - inputs: - tags: - manual: true env: DOTNET_NOLOGO: true @@ -39,7 +36,7 @@ jobs: - name: Install sign tool if: (github.ref == 'refs/heads/master') shell: cmd - run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.24170.3 + run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.24529.1 - name: Configure automated logging and crash dumps shell: cmd -- cgit v1.2.3-55-g6feb