diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 5cd41112..9e5fbaba 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -196,7 +196,7 @@ jobs: run: | cd sing-geosite || exit 1 sed -i 's/geosite-v2fly\.db/geosite.db/g' main.go - sed -i 's/v2fly\/domain-list-community/xishang0128\/meta-rules-dat/g' main.go + sed -i 's/v2fly\/domain-list-community/Loyalsoldier\/v2ray-rules-dat/g' main.go sed -i 's/dlc/geosite/g' main.go go run -v . @@ -234,6 +234,18 @@ jobs: tag: latest deleteOnlyFromDrafts: false + - name: Release + uses: softprops/action-gh-release@v0.1.6 + with: + name: ${{ env.RELEASE_NAME }} + tag_name: ${{ env.TAG_NAME }} + draft: false + prerelease: false + files: | + ./publish/* + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Release and upload assets uses: softprops/action-gh-release@v0.1.6 with: