Fix readme markdown

Signed-off-by: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com>
This commit is contained in:
osfanbuff63 2022-04-15 08:39:00 -04:00
parent 90fd69fffb
commit 477313b699
No known key found for this signature in database
GPG key ID: EB97D6DDB1C52A8D

View file

@ -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. To save selected files from your build execution, you can use the core [Upload-Artifact](https://github.com/actions/upload-artifact) action.
For example: For example:
``` ```yaml
jobs: jobs:
gradle: gradle:
runs-on: ubuntu-latest runs-on: ubuntu-latest