File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 GH_TOKEN : ${{ github.token }}
1818 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')
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')
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
You can’t perform that action at this time.
0 commit comments