Skip to content

Commit e0e275e

Browse files
committed
debug 8
1 parent ccc71d5 commit e0e275e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545

4646
- name: show content
4747
run: |
48-
ls -l ${{ github.workspace }}
49-
ls -l ${{ github.workspace }}/dist
48+
ls -l ${{ github.workspace }}/../
49+
ls -l ${{ github.workspace }}/../dist
5050
5151
- uses: actions/upload-artifact@v2
5252
with:

0 commit comments

Comments
 (0)