Skip to content

Commit

Permalink
fix(CI): non existent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed Sep 15, 2024
1 parent e338505 commit 580ccb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

run: |
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > keystore.jks
mkdir -p keystore
base64 -d keystore-b64.txt > keystore/keystore.jks
- name: Ensure gradlew execute flags
run: |
Expand Down

0 comments on commit 580ccb6

Please sign in to comment.