Skip to content

Commit

Permalink
进一步排除影响
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Nov 1, 2024
1 parent 47cd134 commit c490c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Check if release exists
id: check_if_release_exists
run: |
release_id=$(gh release view $(head -n 1 update_info.txt) --json id --jq .id || true)
release_id=$(gh release view $(sed 's/\r$//g' <(head -n 1 update_info.txt)) --json id --jq .id || true)
if [[ -z $release_id ]]; then
echo "release_exists=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit c490c3b

Please sign in to comment.