Skip to content

Commit

Permalink
File restructuring (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Singhal <[email protected]/>
  • Loading branch information
dhruv-singhal-github and Dhruv Singhal authored Dec 2, 2022
1 parent 99f7b46 commit 3fa0b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ runs:
else
if [[ "${{ inputs.cli_version }}" = *"-rc."* ]]
then
curl -OL https://downloads.traceable.ai/cli/rc/${{ inputs.cli_version }}/tars/traceable-cli-${{ inputs.cli_version }}-linux-x86_64.tar.gz
curl -OL https://downloads.traceable.ai/cli/rc/${{ inputs.cli_version }}/traceable-cli-${{ inputs.cli_version }}-linux-x86_64.tar.gz
fi
if [[ "${{ inputs.cli_version }}" = "latest" ]]
then
curl -OL https://downloads.traceable.ai/cli/rc/${{ inputs.cli_version }}/traceable-cli-${{ inputs.cli_version }}-linux-x86_64.tar.gz
curl -OL https://downloads.traceable.ai/cli/release/${{ inputs.cli_version }}/traceable-cli-${{ inputs.cli_version }}-linux-x86_64.tar.gz
fi
tar -xvf ${GITHUB_WORKSPACE}/traceable-cli-${{ inputs.cli_version }}-linux-x86_64.tar.gz --directory ${GITHUB_WORKSPACE}
fi
Expand Down

0 comments on commit 3fa0b69

Please sign in to comment.