Skip to content

Commit e0fa5d3

Browse files
committed
Just sign the .msi
[skip ci]
1 parent 8d228d5 commit e0fa5d3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release-gradle.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ 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
168-
files-folder-filter: msi,exe
169-
files-folder-recurse: true
170-
files-folder-depth: 2
167+
files-folder: app/build/compose/binaries/main/msi
168+
files-folder-filter: msi
171169
file-digest: SHA256
172170
timestamp-rfc3161: http://timestamp.acs.microsoft.com
173171
timestamp-digest: SHA256
@@ -177,8 +175,7 @@ jobs:
177175
with:
178176
repo_token: ${{ secrets.GITHUB_TOKEN }}
179177
asset_name: processing-${{ needs.version.outputs.version }}-${{ matrix.os_prefix }}-${{ matrix.arch }}-portable.zip
180-
file: app/build/compose/binaries/main/app/*
181-
file_glob: true
178+
file: app/build/compose/binaries/main/Processing-${{ needs.version.outputs.version }}.zip
182179

183180
- name: Upload installers to release
184181
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)