Skip to content

Commit

Permalink
prepare json summary
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Nov 7, 2023
1 parent fc83870 commit d1b237e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,10 @@ jobs:
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}}
run: |
gsutil cp build/result.json gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION
- name: Transfer summary
uses: actions/upload-artifact@v3
with:
name: summary
path: |
build/result.json

0 comments on commit d1b237e

Please sign in to comment.