Skip to content

Commit

Permalink
chore: releaseFiles 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Aug 19, 2024
1 parent c2bcaed commit ed2e01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
path: android/app/build/outputs/bundle/release/app-release.aab
if-no-files-found: error

- name: Upload artifact to Google Play
- name: Upload artifact to Google Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.happy.friendogly
releaseFiles: android/app/build/outputs/apk/release/app-release.aab
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab

0 comments on commit ed2e01f

Please sign in to comment.