Skip to content

Commit

Permalink
ls
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 a097fa7 commit 61904c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
# Download framework & docs
curl -H "X-JFrog-Art-Api:${DQ_AGORA_KEY}" -o $LOCAL_ZIPPED_FRAMEWORK_URL $FRAMEWORK_URL
curl -H "X-JFrog-Art-Api:${DQ_AGORA_KEY}" -o $LOCAL_ZIPPED_DOCS_URL $DOCS_URL
ls -al .
# Unzip framework & docs
unzip -o "$(pwd)/${LOCAL_ZIPPED_FRAMEWORK_URL}" -d .
unzip -o "$(pwd)/${LOCAL_ZIPPED_DOCS_URL} -d" .
unzip -o ${LOCAL_ZIPPED_FRAMEWORK_URL} -d .
unzip -o $LOCAL_ZIPPED_DOCS_URL -d .
ls -al .
- name: Commit changes
run: |
Expand Down

0 comments on commit 61904c9

Please sign in to comment.