-
Notifications
You must be signed in to change notification settings - Fork 97
41 lines (36 loc) · 998 Bytes
/
JiuYou.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: JiuYou
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: "17"
distribution: "adopt"
- name: copy file
run: |
cp -r sh/* ./
- name: chmod Build
run: chmod +x patch_jiuyou.sh
- name: download chmod
run: chmod +x download.sh
- name: download
run: ./download.sh
- name: Build apk
run: ./patch_jiuyou.sh
- name: Zipalign chmod
run: chmod +x zipalign_sign.sh
- name: Zipalign and Sign Android release
run: ./zipalign_sign.sh
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "JiuYou"
draft: true
title: " ${{ env.PERSEUS_VERSION }}"
files: |
build/*.apk