From 8e2ac15646391c71586006ad8aa9686396c32e1b Mon Sep 17 00:00:00 2001 From: qist <87984115@qq.com> Date: Sat, 13 Jun 2026 17:16:46 +0800 Subject: [PATCH] fix --- .github/workflows/run.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 62fc1bda..38f00511 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -16,16 +16,16 @@ jobs: - name: Checkout the branch uses: actions/checkout@v6 - - name: wget the xiaosa - run: | - pwd - cd xiaosa/ - wget https://raw.githubusercontent.com/PizazzGY/NewTVBox/main/local/%E5%8D%95%E7%BA%BF%E8%B7%AF.zip -O xiaosa.zip - unzip xiaosa.zip - \cp -pdr TVBoxOSC/tvbox/* ./ - rm -rf xiaosa.zip TVBoxOSC - cd ../ - shell: bash + # - name: wget the xiaosa + # run: | + # pwd + # cd xiaosa/ + # wget https://raw.githubusercontent.com/PizazzGY/NewTVBox/main/local/%E5%8D%95%E7%BA%BF%E8%B7%AF.zip -O xiaosa.zip + # unzip xiaosa.zip + # \cp -pdr TVBoxOSC/tvbox/* ./ + # rm -rf xiaosa.zip TVBoxOSC + # cd ../ + # shell: bash - name: xiaosa tools run: | pwd