Update and rename OpenWrt_R3P.yml to openwrt_R3P.yml
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
name: OpenWrt_R3P
|
name: openwrt_R3P
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -8,15 +8,13 @@ on:
|
|||||||
env:
|
env:
|
||||||
REPO_URL: https://github.com/openwrt/openwrt
|
REPO_URL: https://github.com/openwrt/openwrt
|
||||||
REPO_BRANCH: master
|
REPO_BRANCH: master
|
||||||
FEEDS_CONF: OpenWrt/R3P/feeds.conf.default
|
CONFIG_FILE: R3P/.config
|
||||||
CONFIG_FILE: OpenWrt/R3P/.config
|
DIY_P1_SH: diy-part1.sh
|
||||||
DIY_P1_SH: OpenWrt/R3P/diy-part1.sh
|
DIY_P2_SH: diy-part2.sh
|
||||||
DIY_P2_SH: OpenWrt/R3P/diy-part2.sh
|
|
||||||
SSH_ACTIONS: false
|
|
||||||
UPLOAD_FIRMWARE: true
|
UPLOAD_FIRMWARE: true
|
||||||
UPLOAD_RELEASE: true
|
UPLOAD_RELEASE: true
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
OPENWRT_NAME: Openwrt
|
OPENWRT_NAME: openwrt
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -24,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检查项目分支
|
- name: 检查项目分支
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@openwrt
|
||||||
|
|
||||||
- name: 初始化编译环境
|
- name: 初始化编译环境
|
||||||
env:
|
env:
|
||||||
@ -45,7 +43,6 @@ jobs:
|
|||||||
|
|
||||||
- name: 加载feeds.conf.default & DIY_P1_SH
|
- name: 加载feeds.conf.default & DIY_P1_SH
|
||||||
run: |
|
run: |
|
||||||
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
|
|
||||||
chmod +x $DIY_P1_SH
|
chmod +x $DIY_P1_SH
|
||||||
cd openwrt
|
cd openwrt
|
||||||
$GITHUB_WORKSPACE/$DIY_P1_SH
|
$GITHUB_WORKSPACE/$DIY_P1_SH
|
Reference in New Issue
Block a user