Skip to content

Commit c517646

Browse files
Update blocklists, and build dlc.dat
1 parent 3b3aad0 commit c517646

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build dlc.dat
1+
name: Update blocklists, and build dlc.dat
22
on:
33
push:
44
branches:
@@ -7,6 +7,8 @@ on:
77
- "**/README.md"
88
- "**/build.yml"
99
- "**/*.sh"
10+
schedule:
11+
- cron: "30 17 * * 2,5"
1012
jobs:
1113
build:
1214
name: Build
@@ -32,6 +34,7 @@ jobs:
3234
- name: Build dlc.dat file
3335
run: |
3436
cd code || exit 1
37+
bash updater.sh
3538
go run ./ --outputdir=../
3639
cd ../ && rm -rf code
3740

0 commit comments

Comments
 (0)