Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Mar 16, 2023
1 parent 90ce629 commit 622f50d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: |
cd openwrt-sdk
echo -n > feeds.conf.default
echo "src-git packages https://github.com/openwrt/packages.git" >> feeds.conf.default
echo "src-git luci https://github.com/openwrt/luci.git" >> feeds.conf.default
echo "src-git routing https://github.com/openwrt-routing/packages.git" >> feeds.conf.default
echo "src-git telephony https://github.com/openwrt/telephony.git" >> feeds.conf.default
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://github.com/coolsnowwolf/routing" >> feeds.conf.default
echo "src-git telephony https://git.openwrt.org/feed/telephony.git" >> feeds.conf.default
git clone --depth=1 -b "${{ github.ref_name }}" https://github.com/gngpp/luci-theme-design.git package/luci-theme-design
sudo apt update && sudo apt install minify
Expand Down

0 comments on commit 622f50d

Please sign in to comment.