mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: fix get binaries from pipeline via the build report
should extract to IDF_PATH, not the current workdir
This commit is contained in:
parent
72a1f68e76
commit
edf735a458
@ -124,7 +124,7 @@ class BuildReportDownloader:
|
||||
f.seek(0)
|
||||
|
||||
with zipfile.ZipFile(f) as zip_ref:
|
||||
zip_ref.extractall()
|
||||
zip_ref.extractall(IDF_PATH)
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
Loading…
Reference in New Issue
Block a user