From 90c6cb48a137834ba308c84f62b1e45482a7d47f Mon Sep 17 00:00:00 2001 From: DaMandal0rian Date: Thu, 7 Sep 2023 04:16:00 +0300 Subject: [PATCH] remove azuresigntool installation - remove since detected on server OS --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 055015f9..3fc6b4f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,10 +144,6 @@ jobs: continue-on-error: ${{ github.repository_owner != 'subspace' || github.event_name != 'push' || github.ref_type != 'tag' }} if: runner.os == 'macOS' - - name: Install AzureSignTool (Windows) - run: dotnet tool install --global AzureSignTool - if: runner.os == 'Windows' - - name: Sign Application (Windows) run: | AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" \