Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KanuKim97 authored Oct 17, 2023
1 parent 904c4fa commit ecf8847
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
run: chmod +x gradlew

- name: local.properties 생성
run: |
touch ./local.properties
echo "${{ secrets.LOCAL_PROPERTIES }}" > ./local.properties
shell: bash
env:
LOCAL_PROPERTIES: "${{ secrets.LOCAL_PROPERTIES }}"
run: echo $LOCAL_PROPERTIES > ./local.properties

- name: raw/fullchain.pem 생성
env:
Expand Down

0 comments on commit ecf8847

Please sign in to comment.