Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 21, 2024
1 parent f731a9b commit 230e510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
# $SUDO curl -sL https://github.com/gptscript-ai/gptscript/releases/download/v${{ inputs.gptscript-release }}/${desired_gptscript_filename} -o ${desired_gptscript_filename}
$SUDO curl -sL https://github.com/gptscript-ai/gptscript/releases/download/v${{ inputs.gptscript-release }}/checksums.txt -o checksums.txt
cat checksums.txt
sha256sum ${desired_gptscript_filename}
ls -la
if [[ ${{ runner.os }} == "Windows" ]]; then
log_info ">>> '${{ runner.os }}'"
filesha256=$(cat checksums.txt | grep ${desired_gptscript_filename} | cut -d' ' -f1)
Expand Down

0 comments on commit 230e510

Please sign in to comment.