online multiplayer chess game (note server currently down)
-rw-r--r--.github/workflows/export.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
index 5926803..db6e2c0 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]