Create old style github actions workflow?
Does anything here work?
This commit is contained in:
parent
6fb2d7b585
commit
5788c40aba
1 changed files with 9 additions and 0 deletions
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue