diff --git a/README.md b/README.md index 2c01a04..16c2738 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ but any output files generated by the build will not be saved. To save selected files from your build execution, you can use the core [Upload-Artifact](https://github.com/actions/upload-artifact) action. For example: -``` +```yaml jobs: gradle: runs-on: ubuntu-latest