attempt to fix codecov
[awesomized/ext-ion] / scripts / gen_github_workflow_ci.php
index 61c10702ffb2c6fb2e7d3da5b766e54b7d89be44..b83757b8c5ba4b0d21c6fa95908f0d920a54f1ed 100755 (executable)
@@ -87,7 +87,8 @@ foreach ($job as $id => $env) {
         run: |
           find . -name '*.gc*'
           curl -Os https://uploader.codecov.io/latest/linux/codecov
-          bash ./codecov
+          chomd +x codecov
+          ./codecov
 <?php endif; ?>
 
 <?php