From 0f1323b9542016ffbea721c2c247964252315a60 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:07:26 +0200 Subject: [PATCH] chore: removed useless decoding if statement --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 2765f632..49774fc8 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -78,7 +78,7 @@ jobs: cache: gradle - name: Decode Keystore File - if: ${{ github.repository == 'rebelonion/Dantotsu' || env.SKIP_BUILD != 'true' }} + if: ${{ github.repository == 'rebelonion/Dantotsu' }} run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > $GITHUB_WORKSPACE/key.keystore - name: Make gradlew executable