From 59fe2d10162a96172250e5b257aa60b2fc6eda06 Mon Sep 17 00:00:00 2001 From: Arias Emilio Date: Sat, 20 Mar 2021 13:06:31 -0300 Subject: [PATCH] fix pipeline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba0977..96baf2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: 🧰 Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.x' + dotnet-version: '5.0.x' - name: 📦 Download Artifact uses: actions/download-artifact@v1 with: