Move download_github_artifacts.py to its own folder.
This commit is contained in:
parent
c56977ed69
commit
1bc80a526c
2 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ printf "Downloading the artifact...\n"
|
||||||
# Download files
|
# Download files
|
||||||
targetPath="./tmp/Element/${version}"
|
targetPath="./tmp/Element/${version}"
|
||||||
|
|
||||||
python3 ./tools/release/download_github_artifacts.py \
|
python3 ./tools/github/download_github_artifacts.py \
|
||||||
--token ${gitHubToken} \
|
--token ${gitHubToken} \
|
||||||
--artifactUrl ${artifactUrl} \
|
--artifactUrl ${artifactUrl} \
|
||||||
--directory ${targetPath} \
|
--directory ${targetPath} \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue