Skip to content

Commit 523257e

Browse files
committed
debug 6
1 parent 3370ea5 commit 523257e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: |
3636
python setup.py sdist bdist_wheel
3737
ls -l ${{ github.workspace }}
38-
ls -l ${{ github.workspace }}/dist/*.*
38+
ls -l ${{ github.workspace }}/dist
39+
ls -l ${{ github.workspace }}/build
3940
4041
upload:
4142
needs: build

0 commit comments

Comments
 (0)