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:
@@ -31,18 +31,8 @@ jobs:
|
|||||||
run: curl -fsSL https://sing-box.app/install.sh | sh
|
run: curl -fsSL https://sing-box.app/install.sh | sh
|
||||||
- name: Compile domains.srs
|
- name: Compile domains.srs
|
||||||
run: sing-box rule-set compile --output domains.srs domains.json
|
run: sing-box rule-set compile --output domains.srs domains.json
|
||||||
- name: Upload domains artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: domains_srs
|
|
||||||
path: domains.srs
|
|
||||||
- name: Compile subnets.srs
|
- name: Compile subnets.srs
|
||||||
run: sing-box rule-set compile --output subnets.srs subnets.json
|
run: sing-box rule-set compile --output subnets.srs subnets.json
|
||||||
- name: Upload subnets artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: subnets_srs
|
|
||||||
path: subnets.srs
|
|
||||||
- name: Set up variables
|
- name: Set up variables
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user