Skip to content

Commit 9951d5d

Browse files
authored
fix: remove invalid working-directory option (#36)
1 parent 64c331d commit 9951d5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@ runs:
9393

9494
- name: Upload Pages Artifact
9595
uses: actions/upload-pages-artifact@v3
96-
working-directory: ${{ inputs.path }}
9796
with:
98-
path: "dist"
97+
path: "${{ inputs.path }}/dist"

0 commit comments

Comments
 (0)