From e7eca5159e8537d9e5ebef8d4aac69e275b41cee Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Wed, 12 Nov 2025 12:53:45 +0100 Subject: [PATCH] Fix CI pipeline --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c91786d..2934538 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,8 +43,8 @@ jobs: - name: Prepare plugin files # Needs to be done manually in this pipeline run: | mkdir ${{ github.workspace }}\SimplePlugin - cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net6.0\Plumsy.Tests.SimplePlugin.dll ${{ github.workspace }}\SimplePlugin\Plumsy.Tests.SimplePlugin.dll - cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net6.0\SystemExtensions.NetStandard.dll ${{ github.workspace }}\SimplePlugin\SystemExtensions.NetStandard.dll + cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net10.0\Plumsy.Tests.SimplePlugin.dll ${{ github.workspace }}\SimplePlugin\Plumsy.Tests.SimplePlugin.dll + cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net10.0\SystemExtensions.NetStandard.dll ${{ github.workspace }}\SimplePlugin\SystemExtensions.NetStandard.dll - name: Echo solution path run: echo /p:SolutionDir=${{ github.workspace }}\