Update release.yml

pull/1272/head
HalfLife 3 years ago committed by GitHub
parent 2d2ebddb92
commit e976939ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release.yml

@ -48,9 +48,7 @@ jobs:
run: |
echo "开始进行release构建"
chmod +x gradlew
./gradlew assembleAppRelease --build-cache --parallel
echo "开始进行cronet构建"
./gradlew assembleCronetRelease --build-cache --parallel
./gradlew assembleRelease --build-cache --parallel
- name: Organize the Files
run: |
mkdir -p ${{ github.workspace }}/apk/

Loading…
Cancel
Save