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 31, 2023
1 parent 27fd37e commit 5cf785b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: raw/fullchain.pem 생성
env:
FULL_CHAIN_PEM: ${{ secrets.FULL_CHAIN_PEM }}
FULL_CHAIN_PEM: ${{ secrets.GONGGUBOX_SRT }}
run: |
mkdir ./app/src/main/res/raw
echo $FULL_CHAIN_PEM > ./app/src/main/res/raw/fullchain.pem
echo $FULL_CHAIN_PEM > ./app/src/main/res/raw/gonggubox.crt
- name: Build with Gradle
run: ./gradlew clean build

0 comments on commit 5cf785b

Please sign in to comment.