Update workflow
This commit is contained in:
parent
cedb091992
commit
05602ae831
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,7 +1,5 @@
|
|||||||
name: Build dlc.dat
|
name: Build dlc.dat
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * 3"
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -15,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Go 1.14
|
- name: Setup Go 1.14
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.14
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user