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 33606ba..bdd143f 100644
--- a/.github/workflows/export.yml
+++ b/.github/workflows/export.yml
@@ -23,6 +23,6 @@ jobs:
platforms: "windows linux web android mac"
itch-path: bendn/chess
secrets:
- android-keystore-base64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
- android-keystore-password: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
+ android-keystore-base64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}
+ android-keystore-password: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
butler-api-key: ${{ secrets.BUTLER_CREDENTIALS }}