Skip to content

Commit eafbf1c

Browse files
committed
remove "
1 parent f78d12f commit eafbf1c

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
@@ -17,7 +17,7 @@ jobs:
1717
GH_TOKEN: ${{ github.token }}
1818
run: |
1919
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')
20+
RUN_ID=$(gh run list --workflow=opencvsharp.yml --branch=${{ github.ref_name }} --status=success --limit=1 --json databaseId | jq -r '.[0].databaseId')
2121
echo "Latest opencvsharp run ID: $RUN_ID"
2222
echo "Downloading artifact 'opencvsharp' from run ${RUN_ID}"
2323
gh run download $RUN_ID --name opencvsharp-linux-x64 --dir opencvsharp

0 commit comments

Comments
 (0)