diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a77244..21b08c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,6 +123,7 @@ jobs: --file-digest SHA256 --timestamp-digest SHA256 --timestamp-url "http://timestamp.acs.microsoft.com" + --verbosity Information - name: Sign DSInternals.Win32.WebAuthn Libraries shell: cmd @@ -136,6 +137,7 @@ jobs: --file-digest SHA256 --timestamp-digest SHA256 --timestamp-url "http://timestamp.acs.microsoft.com" + --verbosity Information - name: Sign DSInternals.Win32.WebAuthn.Adapter Libraries shell: cmd @@ -149,6 +151,7 @@ jobs: --file-digest SHA256 --timestamp-digest SHA256 --timestamp-url "http://timestamp.acs.microsoft.com" + --verbosity Information - name: Sign Fido2UI Binary shell: cmd @@ -162,6 +165,7 @@ jobs: --file-digest SHA256 --timestamp-digest SHA256 --timestamp-url "http://timestamp.acs.microsoft.com" + --verbosity Information - name: Copy Signed Libraries to Module and App Directories shell: cmd @@ -201,6 +205,7 @@ jobs: --file-digest SHA256 --timestamp-digest SHA256 --timestamp-url "http://timestamp.acs.microsoft.com" + --verbosity Information - name: Upload NuGet Packages as Artifacts uses: actions/upload-artifact@v4 @@ -250,6 +255,9 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Download PowerShell Module uses: actions/download-artifact@v4 with: