Skip to content

Commit 2c2ec6f

Browse files
committed
debug release
1 parent b7cb10e commit 2c2ec6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
uses: actions/download-artifact@v2
6565
with:
6666
name: ubuntu-latest_3.8_dist
67+
path: dist
68+
69+
- name: Display structure of donwloaded files
70+
run: ls -R
6771

6872
- name: Publish package
6973
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)