Skip to content

Commit c8be42e

Browse files
authored
Merge branch 'develop' into fix/2570
2 parents eb9db97 + 326b1e5 commit c8be42e

File tree

44 files changed

+482
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+482
-99
lines changed

.github/workflows/main.yml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ jobs:
142142
# run: |
143143
# pipenv run pyrevit sign products
144144

145-
- name: Build Installers
146-
run: |
147-
pipenv run pyrevit build installers
148-
149145
# - name: Sign Installers
150146
# if: (github.repository == env.MainRepo)
151147
# env:
@@ -158,8 +154,30 @@ jobs:
158154

159155
# default retention period is 90 days
160156
# https://github.com/marketplace/actions/upload-a-build-artifact#retention-period
157+
158+
- name: Sign files with Trusted Signing (DLLs and EXEs)
159+
if: (github.repository == env.MainRepo)
160+
uses: azure/trusted-signing-action@v0.5.1
161+
with:
162+
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
163+
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
164+
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
165+
endpoint: ${{ secrets.AZURE_ENDPOINT }}
166+
trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
167+
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
168+
169+
files-folder: bin/
170+
files-folder-filter: pyrevit*.exe,pyrevit*.dll
171+
files-folder-recurse: true
172+
file-digest: SHA256
173+
timestamp-rfc3161: http://timestamp.acs.microsoft.com
174+
timestamp-digest: SHA256
175+
176+
- name: Build Installers
177+
run: |
178+
pipenv run pyrevit build installers
161179
162-
- name: Sign files with Trusted Signing
180+
- name: Sign files with Trusted Signing (installers)
163181
if: (github.repository == env.MainRepo)
164182
uses: azure/trusted-signing-action@v0.5.1
165183
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Check the list of [Currently Open](https://github.com/pyrevitlabs/pyRevit/issues
191191

192192
[Support on OpenCollective](https://opencollective.com/pyrevitlabs)
193193

194-
[Support on Patreon](https://www.notion.so/Support-on-Patreon-cdf92ba547154f7a85d32b526dc5e59b)
194+
[Support Guidelines](https://www.notion.so/Support-on-Patreon-cdf92ba547154f7a85d32b526dc5e59b)
195195

196196
[Supporters](https://www.notion.so/Supporters-4f3350243ba24dcd8228df6262723629)
197197

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)