From 667bd57feb0488ecb42ce5a4dc059c6d01f99025 Mon Sep 17 00:00:00 2001 From: someone Date: Fri, 31 May 2024 21:42:38 +0300 Subject: [PATCH] Debug --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b53601..62589e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,7 @@ jobs: - name: Write PUB key into file run: | echo $PUB_KEY >> faf_pub.pem + cat faf_pub.pem openssl rsa -noout -inform PEM -in faf_pub.pem -pubin -modulus - name: Configure MXE