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 64c331d commit 9951d5dCopy full SHA for 9951d5d
action.yml
@@ -93,6 +93,5 @@ runs:
93
94
- name: Upload Pages Artifact
95
uses: actions/upload-pages-artifact@v3
96
- working-directory: ${{ inputs.path }}
97
with:
98
- path: "dist"
+ path: "${{ inputs.path }}/dist"
0 commit comments