Skip to content

Commit c692354

Browse files
Signing verbosity
1 parent 4af15b5 commit c692354

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
--file-digest SHA256
124124
--timestamp-digest SHA256
125125
--timestamp-url "http://timestamp.acs.microsoft.com"
126+
--verbosity Information
126127
127128
- name: Sign DSInternals.Win32.WebAuthn Libraries
128129
shell: cmd
@@ -136,6 +137,7 @@ jobs:
136137
--file-digest SHA256
137138
--timestamp-digest SHA256
138139
--timestamp-url "http://timestamp.acs.microsoft.com"
140+
--verbosity Information
139141
140142
- name: Sign DSInternals.Win32.WebAuthn.Adapter Libraries
141143
shell: cmd
@@ -149,6 +151,7 @@ jobs:
149151
--file-digest SHA256
150152
--timestamp-digest SHA256
151153
--timestamp-url "http://timestamp.acs.microsoft.com"
154+
--verbosity Information
152155
153156
- name: Sign Fido2UI Binary
154157
shell: cmd
@@ -162,6 +165,7 @@ jobs:
162165
--file-digest SHA256
163166
--timestamp-digest SHA256
164167
--timestamp-url "http://timestamp.acs.microsoft.com"
168+
--verbosity Information
165169
166170
- name: Copy Signed Libraries to Module and App Directories
167171
shell: cmd
@@ -201,6 +205,7 @@ jobs:
201205
--file-digest SHA256
202206
--timestamp-digest SHA256
203207
--timestamp-url "http://timestamp.acs.microsoft.com"
208+
--verbosity Information
204209
205210
- name: Upload NuGet Packages as Artifacts
206211
uses: actions/upload-artifact@v4
@@ -250,6 +255,9 @@ jobs:
250255
runs-on: ubuntu-latest
251256
needs: build
252257
steps:
258+
- name: Checkout Repository
259+
uses: actions/checkout@v4
260+
253261
- name: Download PowerShell Module
254262
uses: actions/download-artifact@v4
255263
with:

0 commit comments

Comments
 (0)