From af6e42292b7812398a75c3e656da97c94c6a5e45 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 4 Sep 2019 22:21:02 -0700 Subject: [PATCH] Delete old github actions workflow Apparently now we've been upgraded? --- .github/main.workflow | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 52899ae1..00000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -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" -}