Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 24, 2023
1 parent 89658a3 commit baac21a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
FEATURE:
description: 'Turn off the feature, Add spaces to distinguish each feature'
required: false
default: 'always-autorepeat hide-autoplay-button custom-video-speed copy-video-url '
default: ''
ICONS:
description: 'Original icon & Name'
required: false
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=true; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button custom-video-speed copy-video-url"; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
SHORTS=true; TYPE=true; ROUND=true; FEATURE=""; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload File
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=false; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button custom-video-speed copy-video-url"; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
SHORTS=true; TYPE=false; ROUND=true; FEATURE=""; AMOLED=true; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload json
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=true; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button custom-video-speed copy-video-url"; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
SHORTS=true; TYPE=true; ROUND=true; FEATURE=""; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload File
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: |
# kakathic
if [ -z "$VERSION" ];then
SHORTS=true; TYPE=false; ROUND=true; FEATURE="always-autorepeat hide-autoplay-button custom-video-speed copy-video-url"; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
SHORTS=true; TYPE=false; ROUND=true; FEATURE=""; AMOLED=false; ICONS=true; OPTIMIZATION=true; DEVICE='arm64-v8a'; VERSION='Default'
fi
. .github/install.sh
- name: Upload json
Expand Down

0 comments on commit baac21a

Please sign in to comment.