Skip to content

Commit

Permalink
work_flow_demo30
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 21, 2023
1 parent 6d828bb commit 5c491f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > $SIGNING_KEY_STORE_PATH
test -s $SIGNING_KEY_STORE_PATH || { echo "Keystore file creation failed."; exit 1; }
- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 5c491f7

Please sign in to comment.