mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 13:51:01 +00:00
chore: removed useless decoding if statement
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user