Skip to content

Commit

Permalink
chore: enable clash cidr & text output
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Apr 22, 2022
1 parent 2e81563 commit 6092cb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Fetch external data
run: ./external.sh

- name: Build Country.mmdb file
- name: Build
run: |
go run .
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Move files to publish directory
run: |
mkdir -p publish
mv ./output/maxmind/*.mmdb ./output/maxmind/*.sha256sum ./publish/
mv ./output/maxmind/*.mmdb ./output/maxmind/*.sha256sum ./output/clash/ipcidr/*.txt ./output/text ./publish/
- name: Git push assets to "release" branch
Expand Down
8 changes: 8 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"telegram"
]
}
},
{
"type": "text",
"action": "output"
},
{
"type": "clashRuleSet",
"action": "output"
}
]
}

0 comments on commit 6092cb4

Please sign in to comment.