Skip to content

Commit

Permalink
feat: upload built specs as artifact (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Sep 8, 2021
1 parent 9bf963e commit 4180f20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ runs:
env:
INPUTS_BUILD: ${{ toJSON(fromJson(steps.prepare.outputs.build)) }}

- name: Upload Build Artifacts
id: upload-build-artifacts
uses: actions/upload-artifact@v2
with:
path: |-
${{ fromJson(steps.build.outputs.gh).dest }}
${{ fromJson(steps.build.outputs.w3c).dest }}
name: spec-prod-result
retention-days: 5

- name: Validate hyperlinks
run: |
echo "::group::Validate hyperlinks"
Expand Down

0 comments on commit 4180f20

Please sign in to comment.