Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Sep 19, 2022
1 parent d667f0a commit 57fb366
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@ jobs:

run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=true; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button"; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload File
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
name: YT-AT
tag_name: Vip
tag_name: V${{ env.VS }}
files: Up/*

build2:
Expand Down Expand Up @@ -107,6 +110,9 @@ jobs:

run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=false; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button"; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload json
uses: softprops/action-gh-release@v1
Expand All @@ -121,7 +127,7 @@ jobs:
with:
token: ${{ github.token }}
name: YT-AT
tag_name: Vip
tag_name: V${{ env.VS }}
files: Up/*

build3:
Expand Down Expand Up @@ -149,13 +155,16 @@ jobs:

run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=true; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button"; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload File
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
name: YT-AT
tag_name: Vip
tag_name: V${{ env.VS }}
files: Up/*

build4:
Expand All @@ -179,10 +188,12 @@ jobs:
ROUND: ${{ inputs.ROUND }}
TYPE: 'false'
SHORTS: ${{ inputs.SHORTS }}
CREATE: ${{ inputs.CREATE }}

run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=false; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button"; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload json
uses: softprops/action-gh-release@v1
Expand All @@ -197,7 +208,7 @@ jobs:
with:
token: ${{ github.token }}
name: YT-AT
tag_name: Vip
tag_name: V${{ env.VS }}
files: Up/*
build5:
name: 'Complete'
Expand All @@ -209,13 +220,6 @@ jobs:
- build4
steps:
- uses: actions/checkout@v3
- name: Upload Microg
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
name: YT-AT
tag_name: Vip
files: Tools/Microg.apk
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
Expand Down

0 comments on commit 57fb366

Please sign in to comment.