We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee00674 commit f3e8b39Copy full SHA for f3e8b39
.github/workflows/release-build.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Verify Windows binary signatures
83
run: |
84
- for exe in dist/windows_*/databricks.exe; do
+ for exe in dist/*_windows_*/databricks.exe; do
85
echo "=== $exe ==="
86
java -jar "$JSIGN_JAR" extract --format PEM "$exe"
87
openssl pkcs7 -in "${exe}.sig.pem" -inform PEM -print_certs -text -noout
0 commit comments