Testing - Use current run ID to download test results for platforms (#1025)

This commit is contained in:
Pasukhin Dmitry
2026-01-22 19:10:04 +00:00
committed by GitHub
parent f71af062ad
commit d05d28dba5

View File

@@ -60,7 +60,7 @@ runs:
run: |
for platform in windows-x64 macos-x64 linux-clang-x64; do
echo "Downloading results for $platform"
gh run download -n "results-$platform" -D "install/bin/results/current/"
gh run download ${{ github.run_id }} -n "results-$platform" -D "install/bin/results/current/"
done
shell: bash