Skip to content

Commit

Permalink
fixing .net path
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Dec 30, 2024
1 parent 09c3304 commit e9c5836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c5836

Please sign in to comment.