Skip to content

Commit

Permalink
Merge branch 'lgs2007m:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
notepad2 authored Feb 12, 2024
2 parents 7e13a82 + 250c76c commit 42233ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
run: |
cd openwrt
echo -e "$(nproc) thread compile"
SOC=mt7986 BOARD=redmi_ax6000 ./build.sh
sudo apt install gcc-aarch64-linux-gnu build-essential flex bison libssl-dev
SOC=mt7986 BOARD=redmi_ax6000 MULTI_LAYOUT=0 ./build.sh
echo "FILE_DATE=$(date +"%Y.%m.%d-%H%M")" >> $GITHUB_ENV
echo "status=success" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -125,7 +126,7 @@ jobs:
echo "release_tag=${{ env.FILE_DATE }}-${{ env.DEVICE_NAME }}" >> $GITHUB_OUTPUT
touch release.txt
echo "由衷感谢所有为openwrt无私奉献的大佬们" >> release.txt
echo "📥 uboot下载" >> release.txt
echo " uboot下载" >> release.txt
echo "status=success" >> $GITHUB_OUTPUT
- name: 发布至release
Expand Down

0 comments on commit 42233ea

Please sign in to comment.