online multiplayer chess game (note server currently down)
Diffstat (limited to '.github/workflows/export.yml')
-rw-r--r--.github/workflows/export.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
index f5d72b9..a2230da 100644
--- a/.github/workflows/export.yml
+++ b/.github/workflows/export.yml
@@ -62,8 +62,8 @@ jobs:
if: matrix.platform == 'android'
uses: bend-n/godot-actions/.github/actions/export-android@main
with:
- android-keystore-base64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
- android-password: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
+ android-keystore-base64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}
+ android-password: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
push-itch:
needs: [export]