From cbb88989b7a63ad5db46de198fcafb87e63d64a7 Mon Sep 17 00:00:00 2001 From: danxiaonuo Date: Mon, 25 May 2020 16:21:45 +0800 Subject: [PATCH] Update build-x86_64-uola-openwrt.yml --- .github/workflows/build-x86_64-uola-openwrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-x86_64-uola-openwrt.yml b/.github/workflows/build-x86_64-uola-openwrt.yml index 576a70b2a..b495d25a8 100644 --- a/.github/workflows/build-x86_64-uola-openwrt.yml +++ b/.github/workflows/build-x86_64-uola-openwrt.yml @@ -44,9 +44,9 @@ env: # 时区设置 TZ: Asia/Shanghai # 固件标签 - TARGET: x86 + #TARGET: x86 # 固件版本 - SUBTARGET: 64 + #SUBTARGET: 64 # 固件名称 DEVICE: openwrt-x86-64 # SSH 连接Actions功能