diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 100589f..ac182e1 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -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 }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 602f3be..e218d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ antifilter-domains.lst uablacklist-domains.lst zaboronahelp-domains.lst SRS -JSON \ No newline at end of file +JSON +DAT \ No newline at end of file