Skip to content

Commit 53fccd4

Browse files
upload artifact path correction.
1 parent 8becc8f commit 53fccd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-schemas/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
2626
- name: Upload artifact
2727
uses: actions/upload-pages-artifact@v3
2828
with:
29-
path: "/schemas/output/"
29+
path: "schemas/output/"
3030
name: schemas-${{ inputs.version }}

0 commit comments

Comments
 (0)