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