Skip to content

Commit

Permalink
ci: Edit Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsgur1 committed Feb 6, 2025
1 parent 4950f07 commit 1c59d8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,4 @@ jobs:
inAppUpdatePriority: 2
whatsNewDirectory: whatsNewDirectory/

- name: Set up Google Service Json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "google-services.json"
json: ${{ secrets.GOOGLE_SERVICES }}
dir: 'app/dodam-teacher-android'

11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,13 @@ jobs:
if: env.target == 'core'
run: |
./gradlew dodam-teacher-android:clean assembleRelease --parallel
./gradlew dodam-student:assembleRelease --parallel
./gradlew dodam-student:assembleRelease --parallel
- name: Set up Google Service Json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "google-services.json"
json: ${{ secrets.GOOGLE_SERVICES }}
dir: 'dodamdodam-android'

0 comments on commit 1c59d8e

Please sign in to comment.