Move download_github_artifacts.py to its own folder.

This commit is contained in:
Benoit Marty 2023-07-20 19:22:53 +02:00
parent c56977ed69
commit 1bc80a526c
2 changed files with 1 additions and 1 deletions

View file

@ -223,7 +223,7 @@ printf "Downloading the artifact...\n"
# Download files
targetPath="./tmp/Element/${version}"
python3 ./tools/release/download_github_artifacts.py \
python3 ./tools/github/download_github_artifacts.py \
--token ${gitHubToken} \
--artifactUrl ${artifactUrl} \
--directory ${targetPath} \