v1.7.4
~修改自动update内置ubuntu版本为最新release版本 ~适配小米万兆路由,增加安装时目录选项
This commit is contained in:
4
.github/workflows/bin_update.yml
vendored
4
.github/workflows/bin_update.yml
vendored
@@ -9,14 +9,14 @@ on:
|
||||
# branches:
|
||||
# - master
|
||||
schedule:
|
||||
- cron: 0 9 * * 6
|
||||
- cron: 0 18 * * 6
|
||||
# watch:
|
||||
# types: [started]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user