File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments