Skip to content

Commit

Permalink
build: Fix android key props file name
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jul 22, 2023
1 parent 0a71b02 commit ce36eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit ce36eb3

Please sign in to comment.