online multiplayer chess game (note server currently down)
try disabling android apk signing
| -rw-r--r-- | .github/workflows/export.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index db6e2c0..5926803 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -60,9 +60,9 @@ jobs: - name: Build (Android) if: matrix.platform == 'android' uses: bend-n/godot-actions/.github/actions/export-android@main - with: - android-keystore-base64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }} - android-password: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }} + # with: + # android-keystore-base64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }} + # android-password: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }} push-itch: needs: [export] |