mirror of
https://github.com/xmdhs/sing-box-ruleset.git
synced 2025-02-06 04:52:42 +08:00
fix ci
This commit is contained in:
parent
fc8396e068
commit
37fab57f46
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -3,7 +3,7 @@ name: build rule set
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 3 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -23,5 +23,5 @@ jobs:
|
|||||||
run: go run -v
|
run: go run -v
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
run: |
|
run: .github/release-rule-set.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user