From c9ef36176d41e35f84201b80edfb3971c2884777 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 23 Sep 2023 19:00:32 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aedf5ec..1310bf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,13 +9,15 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: | + 7.0.x + 6.0.x - name: Restore dependencies run: dotnet restore - name: Build