From 9f3c002babfb2f102f00f192ce495b8efff22bfd Mon Sep 17 00:00:00 2001 From: Knock Date: Thu, 6 Aug 2020 08:24:26 +0800 Subject: [PATCH] . --- .github/workflows/build.yml | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index ed1793410..000000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Android Build - -# https://docs.github.com/cn/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets - -on: - watch: - types: [started] - -jobs: - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - - name: set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - - name: clear [18PlusList.txt] - run: | - echo "">$GITHUB_WORKSPACE/app/src/main/assets/18PlusList.txt - - - name: Decrypt large secret - run: bash ./.github/scripts/decrypt_secret.sh - env: - LARGE_SECRET_PASSPHRASE: ${{ secrets.ANDROID_TEST }} - - - name: Build with Gradle - run: | - chmod +x gradlew - ./gradlew assembleRelease - - - name : upload apk - uses: actions/upload-artifact@master - if: always() - with: - name: legado - path: ./app/build/outputs/apk/app/release/