File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ 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
+ - name : Find and list files for signing
158
+ run : |
159
+ find bin/ -type f \( -name "pyrevit*.exe" -o -name "pyrevit*.dll" \) > files-to-sign.txt
157
160
158
161
- name : Sign files with Trusted Signing (DLLs and EXEs)
159
162
if : (github.repository == env.MainRepo)
@@ -167,8 +170,7 @@ jobs:
167
170
certificate-profile-name : ${{ secrets.AZURE_CERT_PROFILE_NAME }}
168
171
169
172
# Sign all exes inside the folder
170
- files-folder : bin/
171
- files-folder-filter : " **/pyrevit*.exe,**/pyrevit*.dll"
173
+ files-list : files-to-sign.txt
172
174
file-digest : SHA256
173
175
timestamp-rfc3161 : http://timestamp.acs.microsoft.com
174
176
timestamp-digest : SHA256
You can’t perform that action at this time.
0 commit comments