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: |
|
||||
cd friendlywrt-h5
|
||||
git clone https://github.com/coolsnowwolf/lede
|
||||
cp -r lede/package/lean friendlywrt/package/
|
||||
cd friendlywrt
|
||||
echo "src-git packages https://github.com/coolsnowwolf/packages" > feeds.conf.default
|
||||
echo "src-git luci https://github.com/coolsnowwolf/luci" >> 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
|
||||
cd friendlywrt
|
||||
cp -r ../lede/package/lean package/
|
||||
sed -i 's/https:\/\/git.openwrt.org\/project\/luci.git;openwrt-19.07/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
|
||||
|
||||
- name: Custom Applications
|
||||
run: |
|
||||
@@ -110,3 +108,5 @@ jobs:
|
||||
with:
|
||||
name: FriendlyWrt_NanoPi-R1S
|
||||
path: ./artifact/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user