diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a26386..8332e74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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 @@ -121,7 +127,7 @@ jobs: with: token: ${{ github.token }} name: YT-AT - tag_name: Vip + tag_name: V${{ env.VS }} files: Up/* build3: @@ -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: @@ -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 @@ -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' @@ -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: