Skip to content

Commit

Permalink
Updated: ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad committed Oct 2, 2024
1 parent 61e3bc3 commit fc9635d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: mkdir keys &&
echo $STORE_FILE | base64 -di > keys/store_key.jks &&
echo $IR_STORE_FILE | base64 -di > keys/ir_store_key.jks &&
echo 'STORE_FILE=${{ github.workspace }}/keys/store_key.jks
STORE_PASSWORD=${{ secrets.STORE_PASSWORD }}
KEY_ALIAS=${{ secrets.KEY_ALIAS }}
KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}
IR_STORE_FILE=${{ github.workspace }}/keys/ir_store_key.jks
IR_STORE_PASSWORD=${{ secrets.IR_STORE_PASSWORD }}
IR_KEY_ALIAS=${{ secrets.IR_KEY_ALIAS }}
IR_KEY_PASSWORD=${{ secrets.IR_KEY_PASSWORD }}' > ./local.properties
echo $'STORE_FILE=${{ github.workspace }}/keys/store_key.jks\n
STORE_PASSWORD=${{ secrets.STORE_PASSWORD }}\n
KEY_ALIAS=${{ secrets.KEY_ALIAS }}\n
KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}\n
IR_STORE_FILE=${{ github.workspace }}/keys/ir_store_key.jks\n
IR_STORE_PASSWORD=${{ secrets.IR_STORE_PASSWORD }}\n
IR_KEY_ALIAS=${{ secrets.IR_KEY_ALIAS }}\n
IR_KEY_PASSWORD=${{ secrets.IR_KEY_PASSWORD }}\n' > ./local.properties

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit fc9635d

Please sign in to comment.