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 2828 env :
2929 GH_TOKEN : ${{ github.token }}
3030 run : |
31- echo "Fetching lastest run of opencvsharp.yml on branch ${{ github.ref_name }} "
32- 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')
31+ echo "Fetching lastest run of opencvsharp.yml on branch main "
32+ RUN_ID=$(gh run list -R ${{ github.repository }} --workflow=opencvsharp.yml --branch=main --status=success --limit=1 --json databaseId | jq -r '.[0].databaseId')
3333 echo "Latest opencvsharp run ID: $RUN_ID"
3434 echo "Downloading artifact 'opencvsharp-${{ matrix.os }}-${{ matrix.arch }}' from run ${RUN_ID}"
3535 gh run download -R ${{ github.repository }} $RUN_ID --name opencvsharp-${{ matrix.os }}-${{ matrix.arch }} --dir opencvsharp
You can’t perform that action at this time.
0 commit comments