更新 .gitea/workflows/dnsmasq-china-list.yaml

This commit is contained in:
2025-03-19 22:04:27 +08:00
parent 0eed46dda0
commit ed2baf3c4a

View File

@@ -16,9 +16,14 @@ jobs:
run: |
cd dnsmasq-china-list
make smartdns SERVER=china
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Release
uses: https://gitea.com/actions/gitea-release-action@main
uses: https://gitea.com/actions/release-action@main
with:
files: |-
*.smartdns.conf
*.smartdns.conf
api_key: '${{secrets.RELEASE_TOKEN}}'