We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78d12f commit eafbf1cCopy full SHA for eafbf1c
.github/workflows/test-opencvsharp.yml
@@ -17,7 +17,7 @@ jobs:
17
GH_TOKEN: ${{ github.token }}
18
run: |
19
echo "Fetching lastest run of opencvsharp.yml on branch ${{ github.ref_name }}"
20
- RUN_ID=$(gh run list --workflow=opencvsharp.yml --branch=${{ github.ref_name }}" --status=success --limit=1 --json databaseId | jq -r '.[0].databaseId')
+ RUN_ID=$(gh run list --workflow=opencvsharp.yml --branch=${{ github.ref_name }} --status=success --limit=1 --json databaseId | jq -r '.[0].databaseId')
21
echo "Latest opencvsharp run ID: $RUN_ID"
22
echo "Downloading artifact 'opencvsharp' from run ${RUN_ID}"
23
gh run download $RUN_ID --name opencvsharp-linux-x64 --dir opencvsharp
0 commit comments