Created
February 18, 2022 17:40
-
-
Save titooan/6fecfd1df2e853556ad5e506185cb900 to your computer and use it in GitHub Desktop.
Upload build reports action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Upload build reports | |
| if: always() | |
| uses: actions/upload-artifact@v2 | |
| with: | |
| name: build-reports | |
| path: app/build/reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment