From e9c58364d468854b393ef10d93b35cba3cce16a2 Mon Sep 17 00:00:00 2001 From: parithosh Date: Mon, 30 Dec 2024 15:40:10 +0100 Subject: [PATCH] fixing .net path --- .github/workflows/csharp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml index 72ffa3e0..6b9f855d 100644 --- a/.github/workflows/csharp-tests.yml +++ b/.github/workflows/csharp-tests.yml @@ -84,7 +84,7 @@ jobs: run: cd bindings/csharp && dotnet restore - uses: actions/download-artifact@v4 with: - pattern: '**/runtimes/${{ matrix.target.location }}/native/*' + pattern: 'ckzg-library-wrapper-${{ matrix.target.location }}-*' path: bindings/csharp/Ckzg.Bindings/runtimes/${{ matrix.target.location }}/native merge-multiple: true - name: Test