Skip to content

Commit 6d65386

Browse files
authored
Update main.yml
1 parent d836104 commit 6d65386

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

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

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-
163158
- name: Sign files with Trusted Signing (DLLs and EXEs)
164159
if: (github.repository == env.MainRepo)
165160
uses: azure/[email protected]
@@ -171,7 +166,9 @@ jobs:
171166
trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
172167
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
173168

174-
files-catalog: files-to-sign.txt
169+
files-folder: bin/
170+
files-folder-filter: exe,dll
171+
files-folder-recurse: true
175172
file-digest: SHA256
176173
timestamp-rfc3161: http://timestamp.acs.microsoft.com
177174
timestamp-digest: SHA256

0 commit comments

Comments
 (0)