Skip to content

Commit

Permalink
Skip anroid export
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Dec 10, 2021
1 parent 618d591 commit 9508db3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 121 deletions.
121 changes: 0 additions & 121 deletions .github/workflows/godot-ci.yml.not-in-use

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Skip Android export
if: ${{ secrets.ANDROID_KEYSTOREXXXX == '' }}
run: |
grep -v 'platform="Android"' godot/export_presets.cfg > godot/export_presets.cfg
- name: Prepare keystore
if: ${{ secrets.ANDROID_KEYSTOREXXX != '' }}
run: |
echo "${{ secrets.ANDROID_KEYSTORE }}" >> android.keystore.asc
gpg -d --passphrase "${{ secrets.ANDROID_KEYSTORE_PASS }}" --batch android.keystore.asc > android.keystore
Expand Down

0 comments on commit 9508db3

Please sign in to comment.