Skip to content

Commit c6c38a2

Browse files
committed
test seprately
1 parent 1d96f50 commit c6c38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
RUN_ID=$(gh run list -R ${{ github.repository }} --workflow=opencvsharp.yml --branch=${{ github.ref_name }} --status=success --limit=1 --json databaseId | jq -r '.[0].databaseId')
2525
echo "Latest opencvsharp run ID: $RUN_ID"
2626
echo "Downloading artifact 'opencvsharp' from run ${RUN_ID}"
27-
gh run download -R ${{ github.repository }} $RUN_ID --name opencvsharp-linux-x64 --dir opencvsharp
27+
gh run download -R ${{ github.repository }} $RUN_ID --name opencvsharp-linux-x64-${{ matrix.os }} --dir opencvsharp
2828
ls -lR opencvsharp
2929
3030
- name: Create test.c

0 commit comments

Comments
 (0)