build(ci): format Status data to json
This commit is contained in:
parent
2afeed8627
commit
144009d796
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
type=raw,${{ needs.check.outputs.version }}
|
type=raw,${{ needs.check.outputs.version }}
|
||||||
|
|
||||||
- name: Save status
|
- name: Save status
|
||||||
run: echo ${{ steps.meta.outputs.json }} > ${{ github.workspace }}/status.json
|
run: echo ${{ toJSON(steps.meta.outputs.json) }} > ${{ github.workspace }}/status.json
|
||||||
|
|
||||||
- name: Update status
|
- name: Update status
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue