More workflow good times

This commit is contained in:
2019-03-09 21:11:18 -05:00
parent 739716d232
commit ef691c9c75
3 changed files with 10 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ workflow "Main" {
action "vuefun Build" {
uses = "cedrickring/golang-action/go1.11@1.1.1"
args = "make -C vuefun"
args = "make -C vuefun clean all"
}