From 112b0eea5394b085173ccf5f056189bb140bb445 Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Tue, 10 Dec 2019 17:28:39 +0800 Subject: [PATCH] fixed minor spaces --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b95d367..c900eb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,7 @@ name: Build V2Ray rules dat files on: schedule: - cron: "* * * * *" + jobs: build: name: Build @@ -16,6 +17,7 @@ jobs: - rule: geosite artifact_name: geosite.dat asset_name: geosite.dat + steps: - name: Set up Go 1.13 uses: actions/setup-go@v1 @@ -36,6 +38,7 @@ jobs: run: | chmod +x generate-rules-dat.sh ./generate-rules-dat.sh + - name: Create Latest tag uses: EndBug/latest-tag@latest env: