Skip to content

Commit

Permalink
Update scriptTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Feb 22, 2024
1 parent 3282ec6 commit 1d7c866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
run: |
build/build.bat
./jf${{ matrix.suite.osSuffix }} --version
Get-AuthenticodeSignature -FilePath ./jf${{ matrix.suite.osSuffix }}
$signature = Get-AuthenticodeSignature -FilePath ./jf${{ matrix.suite.osSuffix }}
Write-Host "Certificate Expiration Date: $($signature.SignerCertificate.NotAfter)"
if: contains( matrix.suite.os, 'windows')

# Prior to the release, we set the new version in the package.json files, introducing the prereleased version.
Expand Down

0 comments on commit 1d7c866

Please sign in to comment.