mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-17 20:09:08 +00:00
Update misc files
This commit is contained in:
parent
13478d72d5
commit
e7eb3addd8
2 changed files with 7 additions and 3 deletions
7
.github/workflows/create-lists.yml
vendored
7
.github/workflows/create-lists.yml
vendored
|
@ -30,7 +30,8 @@ jobs:
|
|||
-v ${{ github.workspace }}/Categories:/app/Categories \
|
||||
-v ${{ github.workspace }}/Services:/app/Services \
|
||||
-v ${{ github.workspace }}/SRS:/app/SRS \
|
||||
itdoginfo/compilesrs:0.1.4
|
||||
-v ${{ github.workspace }}/DAT:/app/DAT \
|
||||
itdoginfo/compilesrs:0.1.5
|
||||
|
||||
- name: Check Russia/inside-dnsmasq-ipset
|
||||
uses: itdoginfo/dnsmasq-action@0.1
|
||||
|
@ -78,5 +79,7 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
with:
|
||||
files: "${{ github.workspace }}/SRS/*.srs"
|
||||
files: |
|
||||
"${{ github.workspace }}/SRS/*.srs"
|
||||
"${{ github.workspace }}/DAT/*.dat"
|
||||
tag_name: ${{ env.TAG_NAME }}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ antifilter-domains.lst
|
|||
uablacklist-domains.lst
|
||||
zaboronahelp-domains.lst
|
||||
SRS
|
||||
JSON
|
||||
JSON
|
||||
DAT
|
Loading…
Add table
Reference in a new issue