Skip to content

Commit

Permalink
fix: remove invalid working-directory option (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Jan 3, 2024
1 parent 64c331d commit 9951d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ runs:

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
working-directory: ${{ inputs.path }}
with:
path: "dist"
path: "${{ inputs.path }}/dist"

0 comments on commit 9951d5d

Please sign in to comment.