Skip to content

Commit

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

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

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

0 comments on commit ceb6353

Please sign in to comment.