mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-09-02 18:49:56 +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 }}/Categories:/app/Categories \
|
||||||
-v ${{ github.workspace }}/Services:/app/Services \
|
-v ${{ github.workspace }}/Services:/app/Services \
|
||||||
-v ${{ github.workspace }}/SRS:/app/SRS \
|
-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
|
- name: Check Russia/inside-dnsmasq-ipset
|
||||||
uses: itdoginfo/dnsmasq-action@0.1
|
uses: itdoginfo/dnsmasq-action@0.1
|
||||||
|
@ -78,5 +79,7 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.1.0
|
uses: softprops/action-gh-release@v2.1.0
|
||||||
with:
|
with:
|
||||||
files: "${{ github.workspace }}/SRS/*.srs"
|
files: |
|
||||||
|
"${{ github.workspace }}/SRS/*.srs"
|
||||||
|
"${{ github.workspace }}/DAT/*.dat"
|
||||||
tag_name: ${{ env.TAG_NAME }}
|
tag_name: ${{ env.TAG_NAME }}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ uablacklist-domains.lst
|
||||||
zaboronahelp-domains.lst
|
zaboronahelp-domains.lst
|
||||||
SRS
|
SRS
|
||||||
JSON
|
JSON
|
||||||
|
DAT
|
Loading…
Add table
Reference in a new issue