Skip to content

Commit

Permalink
output in current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Lee authored and Kyle Lee committed Oct 7, 2024
1 parent 629de73 commit 7cf0402
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/scripts/DownloadLatestFrameworkAndDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ fi
FRAMEWORK_URL="${BASE_URL}/frameworks/${FRAMEWORK_FILENAME}.zip"
DOCS_URL="${BASE_URL}/docs/${DOCS_FILENAME}.zip"

OUTPUT_DIR="/tmp/unzipped"
LOCAL_ZIPPED_FRAMEWORK_URL="${OUTPUT_DIR}/${FRAMEWORK_FILENAME}.zip"
LOCAL_ZIPPED_DOCS_URL="${OUTPUT_DIR}/${DOCS_FILENAME}.zip"

mkdir -p $OUTPUT_DIR
LOCAL_ZIPPED_FRAMEWORK_URL="${FRAMEWORK_FILENAME}.zip"
LOCAL_ZIPPED_DOCS_URL="${DOCS_FILENAME}.zip"

# Download framework & docs
curl -H "X-JFrog-Art-Api:${DQ_AGORA_KEY}" -o $LOCAL_ZIPPED_FRAMEWORK_URL $FRAMEWORK_URL
Expand Down

0 comments on commit 7cf0402

Please sign in to comment.