Skip to content

Commit

Permalink
Update full.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DHDAXCW authored Nov 6, 2023
1 parent 15115ff commit c022e8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
cd $OPENWRTROOT
make package/install -j$(nproc) || make package/install -j1 V=s
make target/install -j$(nproc) || make target/install -j1 V=s
pushd bin/targets/rockchip/armv8
rm -rf openwrt-mediatek-filogic-glinet_gl-mt6000-preloader.bin
rm -rf openwrt-mediatek-filogic-glinet_gl-mt6000.manifest
popd
make checksum
echo "GENERATE_STATUS=success" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c022e8f

Please sign in to comment.