We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d96f50 commit c6c38a2Copy full SHA for c6c38a2
.github/workflows/test-opencvsharp.yml
@@ -24,7 +24,7 @@ jobs:
24
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')
25
echo "Latest opencvsharp run ID: $RUN_ID"
26
echo "Downloading artifact 'opencvsharp' from run ${RUN_ID}"
27
- gh run download -R ${{ github.repository }} $RUN_ID --name opencvsharp-linux-x64 --dir opencvsharp
+ gh run download -R ${{ github.repository }} $RUN_ID --name opencvsharp-linux-x64-${{ matrix.os }} --dir opencvsharp
28
ls -lR opencvsharp
29
30
- name: Create test.c
0 commit comments