Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 18, 2024
1 parent 0f42c21 commit 29f3f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ jobs:
- name: Upload log
if: always()
run: |
echo -e "```log\n" >> $GITHUB_STEP_SUMMARY
echo -e "\`\`\`log\n" >> $GITHUB_STEP_SUMMARY
cat /var/log/syslog >> $GITHUB_STEP_SUMMARY
echo -e "\n```" >> $GITHUB_STEP_SUMMARY
echo -e "\n\`\`\`" >> $GITHUB_STEP_SUMMARY
build:
name: Build ${{ matrix.arch }}
Expand Down

0 comments on commit 29f3f8a

Please sign in to comment.