mirror of
https://github.com/egorovna-developments/rule-set.git
synced 2026-05-17 02:32:28 +07:00
Update build.yml
This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
- name: Install sing-box
|
||||
run: curl -fsSL https://sing-box.app/install.sh | sh
|
||||
- name: Compile domain.srs
|
||||
run: sing-box rule-set compile --output domain.srs domain.json
|
||||
- name: Compile ip_cidr.srs
|
||||
run: sing-box rule-set compile --output ip_cidr.srs ip_cidr.json
|
||||
- name: Compile domains.srs
|
||||
run: sing-box rule-set compile --output domains.srs domains.json
|
||||
- name: Compile subnets.srs
|
||||
run: sing-box rule-set compile --output subnets.srs subnets.json
|
||||
- name: Set up variables
|
||||
id: vars
|
||||
run: echo "date_now=$(date +"%Y_%m_%d_%H_%M_%S")" >> "${GITHUB_OUTPUT}"
|
||||
|
||||
Reference in New Issue
Block a user