From 2599b8f93b77a72019571b5686d796ee5cfbc148 Mon Sep 17 00:00:00 2001 From: joeloewi7178 Date: Thu, 18 Jan 2024 00:36:59 +0900 Subject: [PATCH] mod: check ssl certificate --- .github/workflows/extract-ssl-certificate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extract-ssl-certificate.yml b/.github/workflows/extract-ssl-certificate.yml index 1a297c2a..4497797e 100644 --- a/.github/workflows/extract-ssl-certificate.yml +++ b/.github/workflows/extract-ssl-certificate.yml @@ -47,5 +47,5 @@ jobs: - name: After replace ssl certificate from hoyolab.com run: stat ./app/src/main/res/raw/hoyolab_ca.der - - name: Build - run: ./gradlew :app:bundleRelease \ No newline at end of file + - name: Print ssl certificate from hoyolab.com + run: cat ./app/src/main/res/raw/hoyolab_ca.der \ No newline at end of file