Skip to content

Commit

Permalink
更新 openwrt-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 authored Dec 23, 2024
1 parent f97d286 commit 4f14ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
cd openwrt-sdk
echo -e "$(nproc) thread compile"
make package/${{ github.event.inputs.PACKAGE_NAME }}/check -j$(nproc) V=s
make package/${{ github.event.inputs.PACKAGE_NAME }}/check -j$(nproc) V=s && make package/${{ github.event.inputs.PACKAGE_NAME }}/compile -j$(nproc) V=s
echo "status=success" >> $GITHUB_OUTPUT
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV
Expand Down

0 comments on commit 4f14ba3

Please sign in to comment.