We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf963e commit 4180f20Copy full SHA for 4180f20
action.yml
@@ -80,6 +80,16 @@ runs:
80
env:
81
INPUTS_BUILD: ${{ toJSON(fromJson(steps.prepare.outputs.build)) }}
82
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
+
93
- name: Validate hyperlinks
94
run: |
95
echo "::group::Validate hyperlinks"
0 commit comments