Browse Source

Move download_github_artifacts.py to its own folder.

pull/932/head
Benoit Marty 1 year ago
parent
commit
3e2a516b94
  1. 0
      tools/github/download_github_artifacts.py
  2. 2
      tools/release/release.sh

0
tools/release/download_github_artifacts.py → tools/github/download_github_artifacts.py

2
tools/release/release.sh

@ -223,7 +223,7 @@ printf "Downloading the artifact...\n" @@ -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…
Cancel
Save