Skip to content

Commit

Permalink
Update chmod on coverage report generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 10, 2024
1 parent 499bb91 commit 6b53fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: |
cd _coverage
FILE=$(ls)
chmod -R go+r $FILE
chmod -R go+rX $FILE
mv $FILE /var/www/public_html/coverage/$FILE
echo "View [$FILE](https://ci.libccv.org/coverage/$FILE)" >> $GITHUB_STEP_SUMMARY

0 comments on commit 6b53fc6

Please sign in to comment.