We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51acf4 commit a373083Copy full SHA for a373083
.github/workflows/build_image.yml
@@ -45,7 +45,7 @@ jobs:
45
sudo -u build git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon
46
sudo -u build ./scripts/feeds update -a
47
sudo -u build make defconfig
48
- sudo -u make package/luci-theme-argon/compile V=s -j1
+ sudo -u build make package/luci-theme-argon/compile V=s -j1
49
tar zcvf $VOLUME_HOME/luci-theme-argon.tar.gz bin/packages/x86_64/base/luci-theme-argon_2.2.9.4_all.ipk
50
- uses: actions/upload-artifact@v3
51
with:
0 commit comments