Skip to content

Commit 4180f20

Browse files
authored
feat: upload built specs as artifact (#102)
1 parent 9bf963e commit 4180f20

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ runs:
8080
env:
8181
INPUTS_BUILD: ${{ toJSON(fromJson(steps.prepare.outputs.build)) }}
8282

83+
- name: Upload Build Artifacts
84+
id: upload-build-artifacts
85+
uses: actions/upload-artifact@v2
86+
with:
87+
path: |-
88+
${{ fromJson(steps.build.outputs.gh).dest }}
89+
${{ fromJson(steps.build.outputs.w3c).dest }}
90+
name: spec-prod-result
91+
retention-days: 5
92+
8393
- name: Validate hyperlinks
8494
run: |
8595
echo "::group::Validate hyperlinks"

0 commit comments

Comments
 (0)