mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
fix workflow bug
This commit is contained in:
@@ -189,7 +189,7 @@ jobs:
|
||||
run: |
|
||||
cd openwrt
|
||||
make -j4 || make -j1 V=s
|
||||
[ "$?" == 0 ] && echo "Compile_Result=true" >> $GITHUB_ENV || echo "Compile_Result=false" >> $GITHUB_ENV
|
||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||
|
||||
- name: Process Firmware
|
||||
if: env.Result == 'true' && !cancelled()
|
||||
|
||||
Reference in New Issue
Block a user