From ce36eb3bc27d5c7967cd206666438140773ed366 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 22 Jul 2023 13:45:19 -0700 Subject: [PATCH] build: Fix android key props file name --- .github/workflows/central.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central.yml b/.github/workflows/central.yml index 3cb2493..946f2cf 100644 --- a/.github/workflows/central.yml +++ b/.github/workflows/central.yml @@ -127,7 +127,7 @@ jobs: local-cache: true - name: Restore properties file run: | - echo $PROPERTIES_FILE > ./android/local.properties + echo $PROPERTIES_FILE > ./android/key.properties shell: bash env: PROPERTIES_FILE : ${{secrets.NPLABS_ANDROID_PROPERIES}}