Skip to content

Commit

Permalink
feat: 생성 위치 찾기
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Sep 12, 2024
1 parent c63711f commit 9e046ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/githubAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ jobs:
shell: bash

- name: Create-json
uses: jsdaniell/create-json@v1.2.2
uses: jsdaniell/create-json@v1.2.3
with:
name: "firebase_service_key.json"
json: ${{ secrets.APPLICATION_FIREBASE_KEY }}

- name: JSON file location
run: |
pwd # 현재 경로 출력
ls -la # 현재 디렉토리의 파일 목록 확인
# gradle을 통해 소스를 빌드
- name: Build with Gradle
run: |
Expand Down

0 comments on commit 9e046ff

Please sign in to comment.