Skip to content

Commit 374b41e

Browse files
committed
fix sign step
1 parent 9b7ac15 commit 374b41e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
uses: azure/artifact-signing-action@db7a3a6bd3912025c705162fb7475389f5b69ec6 # v1.0.0
4141
with:
4242
files: |
43-
${{ github.workspace }}src\main\resources\integrations-x64.dll
44-
${{ github.workspace }}src\main\resources\integrations-arm64.dll
43+
${{ github.workspace }}\src\main\resources\integrations-x64.dll
44+
${{ github.workspace }}\src\main\resources\integrations-arm64.dll
4545
append-signature: false
4646
description: Cryptomator Windows Integrations DLL
4747
description-url: https://github.com/cryptomator/integrations-win
4848
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
4949
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
5050
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
51-
trusted-signing-account-name: cryptomatorSigning
51+
signing-account-name: cryptomatorSigning
5252
certificate-profile-name: production
5353
endpoint: https://weu.codesigning.azure.net/
5454
timestamp-rfc3161: http://timestamp.acs.microsoft.com

0 commit comments

Comments
 (0)