mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Sign Portable & Fix Portable
This commit is contained in:
@@ -164,8 +164,10 @@ jobs:
|
||||
endpoint: https://eus.codesigning.azure.net/
|
||||
trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT_NAME }}
|
||||
certificate-profile-name: ${{ secrets.AZURE_CERTIFICATE_PROFILE_NAME }}
|
||||
files-folder: app/build/compose/binaries/main/msi
|
||||
files-folder-filter: msi
|
||||
files-folder: app/build/compose/binaries/main
|
||||
files-folder-filter: msi,exe,dll
|
||||
files-folder-recurse: true
|
||||
files-folder-depth: 8
|
||||
file-digest: SHA256
|
||||
timestamp-rfc3161: http://timestamp.acs.microsoft.com
|
||||
timestamp-digest: SHA256
|
||||
@@ -175,7 +177,8 @@ jobs:
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
asset_name: processing-${{ needs.version.outputs.version }}-${{ matrix.os_prefix }}-${{ matrix.arch }}-portable.zip
|
||||
file: app/build/compose/binaries/main/app
|
||||
file: app/build/compose/binaries/main/app/*
|
||||
file_glob: true
|
||||
|
||||
- name: Upload installers to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
||||
Reference in New Issue
Block a user