mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-09 19:57:34 +08:00
int
This commit is contained in:
parent
35996db0cd
commit
be2adf17a8
3
.github/workflows/openwrt-packages.yml
vendored
3
.github/workflows/openwrt-packages.yml
vendored
@ -39,9 +39,10 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE
|
||||
chmod +x ${{matrix.target}}.sh
|
||||
git clone -b main https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}}
|
||||
cd ${{matrix.target}}
|
||||
$GITHUB_WORKSPACE/${{matrix.target}}.sh
|
||||
$GITHUB_WORKSPACE/Modify.sh
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
cd ${{matrix.target}}
|
||||
rm -rf *.sh *.github *.diy *.gitignore
|
||||
|
||||
- name: Upload
|
||||
|
3
.github/workflows/sync-small.yml
vendored
3
.github/workflows/sync-small.yml
vendored
@ -39,8 +39,9 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE
|
||||
chmod +x small.sh
|
||||
git clone -b main https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}}
|
||||
cd ${{matrix.target}}
|
||||
$GITHUB_WORKSPACE/small.sh
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
cd ${{matrix.target}}
|
||||
rm -rf *.sh *.github *.diy *.gitignore
|
||||
|
||||
- name: Upload
|
||||
|
Loading…
Reference in New Issue
Block a user