Skip to content

Commit 3cd1745

Browse files
committed
Sign Portable & Fix Portable
1 parent 82f4abc commit 3cd1745

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release-gradle.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ jobs:
164164
endpoint: https://eus.codesigning.azure.net/
165165
trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT_NAME }}
166166
certificate-profile-name: ${{ secrets.AZURE_CERTIFICATE_PROFILE_NAME }}
167-
files-folder: app/build/compose/binaries/main/msi
168-
files-folder-filter: msi
167+
files-folder: app/build/compose/binaries/main
168+
files-folder-filter: msi,exe,dll
169+
files-folder-recurse: true
170+
files-folder-depth: 8
169171
file-digest: SHA256
170172
timestamp-rfc3161: http://timestamp.acs.microsoft.com
171173
timestamp-digest: SHA256
@@ -175,7 +177,8 @@ jobs:
175177
with:
176178
repo_token: ${{ secrets.GITHUB_TOKEN }}
177179
asset_name: processing-${{ needs.version.outputs.version }}-${{ matrix.os_prefix }}-${{ matrix.arch }}-portable.zip
178-
file: app/build/compose/binaries/main/app
180+
file: app/build/compose/binaries/main/app/*
181+
file_glob: true
179182

180183
- name: Upload installers to release
181184
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)