Skip to content

Commit

Permalink
feat: 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
songpink committed Aug 21, 2024
1 parent 3232815 commit cb03277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Create service_account.json
id: createServiceAccount
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > app/service_account.json
run: echo ${{ secrets.SERVICE_ACCOUNT_JSON }} > app/service_account.json

- name: Set up environment variable for BuildConfig
env:
Expand Down

0 comments on commit cb03277

Please sign in to comment.