File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154
154
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)
158
159
run : |
159
160
Get-ChildItem -Path bin -Recurse -File | Where-Object { $_.Name -match '^pyrevit.*\.(exe|dll)$' } | ForEach-Object { $_.FullName } | Set-Content files-to-sign.txt
@@ -170,8 +171,7 @@ jobs:
170
171
trusted-signing-account-name : ${{ secrets.AZURE_CODE_SIGNING_NAME }}
171
172
certificate-profile-name : ${{ secrets.AZURE_CERT_PROFILE_NAME }}
172
173
173
- # Sign all exes inside the folder
174
- files-list : files-to-sign.txt
174
+ files-catalog : files-to-sign.txt
175
175
file-digest : SHA256
176
176
timestamp-rfc3161 : http://timestamp.acs.microsoft.com
177
177
timestamp-digest : SHA256
You can’t perform that action at this time.
0 commit comments