Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HidetoNiwa authored Jan 27, 2022
1 parent 041699b commit 19e4fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/latex/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ res=`curl -H "Authorization: token $GITHUB_TOKEN" -X POST https://api.github.com
\"prerelease\": false
}"`

release_id=$(echo $res | jq '.id')
release_id=`echo ${res} | python3 -c 'import json,sys;print(json.load(sys.stdin)["id"])'`
file_path="./main.pdf"

ls -la
Expand Down

0 comments on commit 19e4fb3

Please sign in to comment.