diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b082c7..4fc16bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,7 +211,7 @@ jobs: git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git - name: Clone YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }} git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git @@ -268,7 +268,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Build YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }}/YTVideoOverlay make clean package DEBUG=0 FINALPACKAGE=1 diff --git a/.github/workflows/ytp_beta.yml b/.github/workflows/ytp_beta.yml index e34c9de..4335061 100644 --- a/.github/workflows/ytp_beta.yml +++ b/.github/workflows/ytp_beta.yml @@ -219,7 +219,7 @@ jobs: git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git - name: Clone YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }} git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git @@ -276,7 +276,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Build YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }}/YTVideoOverlay make clean package DEBUG=0 FINALPACKAGE=1