mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-06 21:13:08 +08:00
特殊分支 移除github打包
This commit is contained in:
parent
f86cdf4da0
commit
899de86d1e
41
.github/workflows/android.yml
vendored
41
.github/workflows/android.yml
vendored
@ -1,41 +0,0 @@
|
||||
name: Android CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "fake_idlefish" ]
|
||||
pull_request:
|
||||
branches: [ "fake_idlefish" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 20
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Upload arm64 artifacts
|
||||
id: upload-arm64-apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-arm64-apk
|
||||
path: app/build/outputs/apk/release/*arm64-v8a*.apk
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload armv7 artifacts
|
||||
id: upload-armv7-apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-armv7-apk
|
||||
path: app/build/outputs/apk/release/*-v7a*.apk
|
||||
continue-on-error: true
|
||||
Loading…
Reference in New Issue
Block a user