Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Aug 31, 2023
1 parent 0eb27d5 commit c27cc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
cd dest
echo -e '## Checksums\n```\n' >> $GITHUB_STEP_SUMMARY
find . -type f -exec sha512sum {} \; >> $GITHUB_STEP_SUMMARY
echo '```'' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
- uses: actions/upload-artifact@v3
with:
name: Plugins
Expand Down

0 comments on commit c27cc56

Please sign in to comment.