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 8833bd09d6
commit 3e2a516b94
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} \