Skip to content

Commit

Permalink
github actions: fix ipkg-build ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Dec 18, 2020
1 parent 07590c7 commit 975859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
EOF
chmod +x /tmp/luci-app-diskman/CONTROL/postinst
wget -O /tmp/ipkg-build https://raw.githubusercontent.com/openwrt/openwrt/master/scripts/ipkg-build && \
wget -O /tmp/ipkg-build https://raw.githubusercontent.com/openwrt/openwrt/openwrt-18.06/scripts/ipkg-build && \
chmod +x /tmp/ipkg-build && \
/tmp/ipkg-build -o root -g root /tmp/luci-app-diskman /tmp
- name: Create Release
Expand Down

0 comments on commit 975859f

Please sign in to comment.