Add missing dotnet setup to deploy step

This commit is contained in:
Dominion
2023-04-11 10:56:38 -04:00
parent 8c5aa2e7e3
commit 9530f064c7
+5
View File
@@ -680,6 +680,11 @@ jobs:
runs-on: windows-latest
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[TGSDeploy]')
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ env.TGS_DOTNET_VERSION }}
- name: Checkout
uses: actions/checkout@v3