Skip to content

Commit

Permalink
Merge pull request #4110 from zowe/fix/typedoc-zip-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
anaxceron authored Feb 1, 2025
2 parents a994b6e + 135158e commit 715e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateTypedoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -rf typedoc
rm -f zowe-nodejs-sdk-typedoc.zip

# Download and extract new files
filename=$(curl https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/ | grep -o 'zowe-nodejs-sdk-typedoc-[^"<]\+' | tail -1)
filename=$(curl https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/ | grep -o 'zowe-nodejs-sdk-typedoc-[^"<]\+\.zip' | tail -1)
curl -L -o zowe-nodejs-sdk-typedoc.zip https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/$ZOWE_VERSION/$filename
unzip zowe-nodejs-sdk-typedoc.zip

Expand Down

0 comments on commit 715e8d6

Please sign in to comment.