We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c272 commit 67b1ef9Copy full SHA for 67b1ef9
.github/workflows/release-test.yml
@@ -86,8 +86,8 @@ jobs:
86
for exe in dist/windows_*/databricks.exe; do
87
echo "=== $exe ==="
88
java -jar "$JSIGN_JAR" extract --format PEM "$exe"
89
- openssl pkcs7 -in "${exe}.p7" -inform PEM -print_certs -text -noout
90
- rm "${exe}.p7"
+ openssl pkcs7 -in "${exe}.sig.pem" -inform PEM -print_certs -text -noout
+ rm "${exe}.sig.pem"
91
echo
92
done
93
0 commit comments