Skip to content

Commit 527b2b2

Browse files
authored
Change script execution to use bash for AAR build
1 parent d625ee4 commit 527b2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
6464
6565
- name: Build Go mobile AAR
66-
run: ./android/build_go_mobile.sh
66+
run: bash ./android/build_go_mobile.sh
6767

6868
- name: Build Signed Release APKs (split + universal)
6969
working-directory: android

0 commit comments

Comments
 (0)