Update main.yml
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -53,12 +53,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
git clone https://github.com/coolsnowwolf/lede
|
git clone https://github.com/coolsnowwolf/lede
|
||||||
cp -r lede/package/lean friendlywrt/package/
|
cd friendlywrt
|
||||||
cd friendlywrt
|
cp -r ../lede/package/lean package/
|
||||||
echo "src-git packages https://github.com/coolsnowwolf/packages" > feeds.conf.default
|
sed -i 's/https:\/\/git.openwrt.org\/project\/luci.git;openwrt-19.07/https:\/\/github.com\/coolsnowwolf\/luci/' feeds.conf.default
|
||||||
echo "src-git luci https://github.com/coolsnowwolf/luci" >> feeds.conf.default
|
sed -i 's/https:\/\/git.openwrt.org\/feed\/packages.git;openwrt-19.07/https:\/\/github.com\/coolsnowwolf\/packages/' feeds.conf.default
|
||||||
echo "src-git routing https://git.openwrt.org/feed/routing.git;openwrt-19.07" >> feeds.conf.default
|
|
||||||
echo "src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-19.07" >> feeds.conf.default
|
|
||||||
|
|
||||||
- name: Custom Applications
|
- name: Custom Applications
|
||||||
run: |
|
run: |
|
||||||
@@ -110,3 +108,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: FriendlyWrt_NanoPi-R1S
|
name: FriendlyWrt_NanoPi-R1S
|
||||||
path: ./artifact/
|
path: ./artifact/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user