mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
fix: CI跳过android目录,prebuild后再构建APK
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add app.json package.json android/app/build.gradle
|
||||
git add app.json package.json
|
||||
git commit -m "chore: bump version to v${{ steps.bump.outputs.version }} [skip ci]"
|
||||
git push
|
||||
|
||||
@@ -49,6 +49,9 @@ jobs:
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- name: Expo Prebuild
|
||||
run: npx expo prebuild --platform android --no-install
|
||||
|
||||
- name: Grant Gradle execute permission
|
||||
run: chmod +x android/gradlew
|
||||
|
||||
|
||||
Reference in New Issue
Block a user