We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523257e commit ccc71d5Copy full SHA for ccc71d5
.github/workflows/build.yaml
@@ -43,10 +43,15 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
46
+ - name: show content
47
+ run: |
48
+ ls -l ${{ github.workspace }}
49
+ ls -l ${{ github.workspace }}/dist
50
+
51
- uses: actions/upload-artifact@v2
52
with:
53
name: diffpy2 - Python ${{ matrix.python-version }}
- path: ${{ github.workspace }}/dist/*.*
54
+ path: ${{ github.workspace }}/dist/*.whl
55
56
# - name: Upload zipped offline app installer to GitHub releases
57
# uses: ncipollo/release-action@v1
0 commit comments