TShock/.github/main.workflow
Lucas Nicodemus 5788c40aba
Create old style github actions workflow?
Does anything here work?
2019-09-04 22:19:12 -07:00

9 lines
267 B
HCL

workflow "New workflow" {
on = "push"
resolves = ["Setup Dotnet for use with actions"]
}
action "Setup Dotnet for use with actions" {
uses = "actions/setup-dotnet@a2db70294c800f14593a400f4a1dc16ff5a73a36"
runs = "dotnet build ./TShockAPI/TShockAPI.csproj"
}