Skip to content

Commit

Permalink
🚀 fix working directory of assemble release bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 21, 2024
1 parent ceb6353 commit 9d5a4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
versionCode: ${{ github.run_number }}

- name: Assemble Release Bundle
run: ./android/gradlew bundleRelease
run: ./gradlew bundleRelease
working-directory: ./android

- name: Sign app aab
uses: Tlaster/android-sign@v1
Expand Down

0 comments on commit 9d5a4d1

Please sign in to comment.