fix
This commit is contained in:
+10
-10
@@ -16,16 +16,16 @@ jobs:
|
|||||||
- name: Checkout the branch
|
- name: Checkout the branch
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: wget the xiaosa
|
# - name: wget the xiaosa
|
||||||
run: |
|
# run: |
|
||||||
pwd
|
# pwd
|
||||||
cd xiaosa/
|
# cd xiaosa/
|
||||||
wget https://raw.githubusercontent.com/PizazzGY/NewTVBox/main/local/%E5%8D%95%E7%BA%BF%E8%B7%AF.zip -O xiaosa.zip
|
# 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
|
# unzip xiaosa.zip
|
||||||
\cp -pdr TVBoxOSC/tvbox/* ./
|
# \cp -pdr TVBoxOSC/tvbox/* ./
|
||||||
rm -rf xiaosa.zip TVBoxOSC
|
# rm -rf xiaosa.zip TVBoxOSC
|
||||||
cd ../
|
# cd ../
|
||||||
shell: bash
|
# shell: bash
|
||||||
- name: xiaosa tools
|
- name: xiaosa tools
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
|||||||
Reference in New Issue
Block a user