Skip to content

Commit b6f1dbb

Browse files
authored
Update release.yml (#336)
1 parent a66c408 commit b6f1dbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,9 @@ jobs:
336336
env:
337337
GH_TOKEN: ${{ github.token }}
338338
run: |
339+
ls -l
340+
echo "wheels"
341+
ls -l wheels-*/*
342+
echo "dbg"
343+
ls -l dbg-*/*
339344
gh release create ${{ github.event.inputs.tag}} wheels-*/* dbg-*/* --generate-notes --prerelease --target ${{github.sha}}

0 commit comments

Comments
 (0)