Skip to content

Commit ccc71d5

Browse files
committed
debug 7
1 parent 523257e commit ccc71d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,15 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545

46+
- name: show content
47+
run: |
48+
ls -l ${{ github.workspace }}
49+
ls -l ${{ github.workspace }}/dist
50+
4651
- uses: actions/upload-artifact@v2
4752
with:
4853
name: diffpy2 - Python ${{ matrix.python-version }}
49-
path: ${{ github.workspace }}/dist/*.*
54+
path: ${{ github.workspace }}/dist/*.whl
5055

5156
# - name: Upload zipped offline app installer to GitHub releases
5257
# uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)