We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3370ea5 commit 523257eCopy full SHA for 523257e
1 file changed
.github/workflows/build.yaml
@@ -35,7 +35,8 @@ jobs:
35
run: |
36
python setup.py sdist bdist_wheel
37
ls -l ${{ github.workspace }}
38
- ls -l ${{ github.workspace }}/dist/*.*
+ ls -l ${{ github.workspace }}/dist
39
+ ls -l ${{ github.workspace }}/build
40
41
upload:
42
needs: build
0 commit comments