Skip to content

Commit d836104

Browse files
authored
Update main.yml
1 parent 9b2bd8f commit d836104

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
@@ -154,6 +154,7 @@ jobs:
154154

155155
# default retention period is 90 days
156156
# https://github.com/marketplace/actions/upload-a-build-artifact#retention-period
157+
157158
- name: Find and list pyRevit files for signing (Windows)
158159
run: |
159160
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:
170171
trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
171172
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
172173

173-
# Sign all exes inside the folder
174-
files-list: files-to-sign.txt
174+
files-catalog: files-to-sign.txt
175175
file-digest: SHA256
176176
timestamp-rfc3161: http://timestamp.acs.microsoft.com
177177
timestamp-digest: SHA256

0 commit comments

Comments
 (0)