chore: removed useless decoding if statement

This commit is contained in:
ibo
2024-06-24 07:07:26 +02:00
committed by GitHub
parent cf4e4660d9
commit 0f1323b954

View File

@@ -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