From ab676d5bc9cb43c80f3daada104da0ecc101098d Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 3 Dec 2021 00:28:14 +1000 Subject: [PATCH] Correct ci matrix Nothing to see here... --- .github/workflows/ci-otapi3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-otapi3.yml b/.github/workflows/ci-otapi3.yml index 338b8ace..ee642e55 100644 --- a/.github/workflows/ci-otapi3.yml +++ b/.github/workflows/ci-otapi3.yml @@ -40,4 +40,4 @@ jobs: run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local - name: Produce build - run: dotnet publish -r ${{ matrix.mode }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true + run: dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true