Skip to content

Commit

Permalink
checking openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincyCantu committed Sep 4, 2024
1 parent 35791ac commit cf45430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
INSTALL_CERT_BASE64: ${{ secrets.CP_APPLE_INSTALL_CERT_BASE64 }}
APP_CERT_PASSWORD: ${{ secrets.CP_APPLE_DEV_CERT_PASSWORD }}
INSTALL_CERT_PASSWORD: ${{ secrets.CP_APPLE_INSTALL_CERT_PASSWORD }}
- name: OpenSSL version
run: openssl --version
- name: Package jar as pkg
run: >
jpackage
Expand Down

0 comments on commit cf45430

Please sign in to comment.