From 00f3c13bca9bc06346070a023412491556fe9540 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sun, 5 Nov 2023 13:03:01 -0800 Subject: [PATCH] Trying to fix .net error --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 118c129..c6b2e44 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,6 +80,12 @@ jobs: - name: Download Build Output uses: actions/download-artifact@v3 + - name: Setup dotnet + uses: actions/setup-dotnet@v3 + with: + dotnet-version: 7.0 + dotnet-quality: 'ga' + - name: Install Required Modules uses: PoshCode/Actions/install-requiredmodules@v1 with: