Move download_github_artifacts.py to its own folder.
This commit is contained in:
parent
8833bd09d6
commit
3e2a516b94
2 changed files with 1 additions and 1 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue