This commit is contained in:
qist
2026-06-13 17:16:46 +08:00
parent e5bf56788c
commit 8e2ac15646
+10 -10
View File
@@ -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