Skip to content

Commit 5e1255a

Browse files
authored
Update main.yml
1 parent 646f1e3 commit 5e1255a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# default retention period is 90 days
156156
# https://github.com/marketplace/actions/upload-a-build-artifact#retention-period
157157

158-
- name: Sign files with Trusted Signing (dlls)
158+
- name: Sign files with Trusted Signing (DLLs and EXEs)
159159
if: (github.repository == env.MainRepo)
160160
uses: azure/[email protected]
161161
with:
@@ -168,7 +168,7 @@ jobs:
168168

169169
# Sign all exes inside the folder
170170
files-folder: bin/
171-
files-folder-filter: pyrevit*.dll
171+
files-folder-filter: pyrevit*.exe,pyrevit*.dll
172172
file-digest: SHA256
173173
timestamp-rfc3161: http://timestamp.acs.microsoft.com
174174
timestamp-digest: SHA256

0 commit comments

Comments
 (0)