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