1
0
Fork 0

Merge pull request #475 from Loyalsoldier/master

Update workflow
pull/1/head
Kslr 6 years ago committed by GitHub
commit cb29ece749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,5 @@
name: Build dlc.dat
on:
schedule:
- cron: "0 0 * * 3"
push:
branches:
- master
@ -15,7 +13,7 @@ jobs:
steps:
- name: Setup Go 1.14
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.14

Loading…
Cancel
Save