We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc71d5 commit e0e275eCopy full SHA for e0e275e
1 file changed
.github/workflows/build.yaml
@@ -45,8 +45,8 @@ jobs:
45
46
- name: show content
47
run: |
48
- ls -l ${{ github.workspace }}
49
- ls -l ${{ github.workspace }}/dist
+ ls -l ${{ github.workspace }}/../
+ ls -l ${{ github.workspace }}/../dist
50
51
- uses: actions/upload-artifact@v2
52
with:
0 commit comments