From 1fd44ff6515f6ad37bf1f6a796fc565c6ef9cc8f Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 01:10:10 +0200 Subject: [PATCH] for scripts, do not append signature Signed-off-by: Armin Schrenk --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 296f83385..1207b96fc 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -242,7 +242,7 @@ jobs: base-dir: ${{ github.workspace }}\appdir\Cryptomator file-extensions: 'ps1' recursive: false - append-signature: true + append-signature: false tenant-id: ${{ secrets.AZURE_TENANT_ID }} client-id: ${{ secrets.AZURE_CLIENT_ID }} client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}