Skip to content

Commit 8d228d5

Browse files
committed
Only sign .exe & .msi
[skip ci]
1 parent 3cd1745 commit 8d228d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ jobs:
165165
trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT_NAME }}
166166
certificate-profile-name: ${{ secrets.AZURE_CERTIFICATE_PROFILE_NAME }}
167167
files-folder: app/build/compose/binaries/main
168-
files-folder-filter: msi,exe,dll
168+
files-folder-filter: msi,exe
169169
files-folder-recurse: true
170-
files-folder-depth: 8
170+
files-folder-depth: 2
171171
file-digest: SHA256
172172
timestamp-rfc3161: http://timestamp.acs.microsoft.com
173173
timestamp-digest: SHA256

0 commit comments

Comments
 (0)