mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-09 15:51:29 +08:00
Testing - Use current run ID to download test results for platforms (#1025)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user