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 @@ -155,11 +155,6 @@ jobs:
155
155
# default retention period is 90 days
156
156
# https://github.com/marketplace/actions/upload-a-build-artifact#retention-period
157
157
158
- - name : Find and list pyRevit files for signing (Windows)
159
- run : |
160
- Get-ChildItem -Path bin -Recurse -File | Where-Object { $_.Name -match '^pyrevit.*\.(exe|dll)$' } | ForEach-Object { $_.FullName } | Set-Content files-to-sign.txt
161
- shell : pwsh
162
-
163
158
- name : Sign files with Trusted Signing (DLLs and EXEs)
164
159
if : (github.repository == env.MainRepo)
165
160
@@ -171,7 +166,9 @@ jobs:
171
166
trusted-signing-account-name : ${{ secrets.AZURE_CODE_SIGNING_NAME }}
172
167
certificate-profile-name : ${{ secrets.AZURE_CERT_PROFILE_NAME }}
173
168
174
- files-catalog : files-to-sign.txt
169
+ files-folder : bin/
170
+ files-folder-filter : exe,dll
171
+ files-folder-recurse : true
175
172
file-digest : SHA256
176
173
timestamp-rfc3161 : http://timestamp.acs.microsoft.com
177
174
timestamp-digest : SHA256
You can’t perform that action at this time.
0 commit comments