From 51ee8ae4c8e82c48bde131555f15ed22cbca9648 Mon Sep 17 00:00:00 2001 From: Haryo Bagas Assyafah <64161364+bearaujus@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:54:25 +0700 Subject: [PATCH] Update distribute-binaries.yml --- .github/workflows/distribute-binaries.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/distribute-binaries.yml b/.github/workflows/distribute-binaries.yml index b695710..0bd1534 100644 --- a/.github/workflows/distribute-binaries.yml +++ b/.github/workflows/distribute-binaries.yml @@ -25,16 +25,6 @@ jobs: sudo apt-get update sudo apt-get install -y gcc g++ libc6-dev gcc-multilib g++-x86-64-linux-gnu osslsigncode openssl - - - name: Prepare signing certificate - if: env.skip != 'true' - env: - PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - REQUEST_CSR: ${{ secrets.REQUEST_CSR }} - SIGN_PASSWORD: ${{ secrets.SIGN_PASSWORD }} - run: | - echo "$PRIVATE_KEY" | openssl pkcs12 -export -out certificate.p12 -inkey /dev/stdin -in <(echo "$REQUEST_CSR") -passout pass:"$SIGN_PASSWORD" - - name: Import Private Key from GitHub Secrets if: env.skip != 'true' env: