forked from espressif/esp-idf
ci: fix get binaries from pipeline via the build report
should extract to IDF_PATH, not the current workdir
This commit is contained in:
@@ -124,7 +124,7 @@ class BuildReportDownloader:
|
|||||||
f.seek(0)
|
f.seek(0)
|
||||||
|
|
||||||
with zipfile.ZipFile(f) as zip_ref:
|
with zipfile.ZipFile(f) as zip_ref:
|
||||||
zip_ref.extractall()
|
zip_ref.extractall(IDF_PATH)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='session')
|
@pytest.fixture(scope='session')
|
||||||
|
Reference in New Issue
Block a user