Skip to content

Commit 798310c

Browse files
committed
fix(ci): troubleshooting artifacts fetcher
1 parent 10b44e2 commit 798310c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/actions/refetch-artifacts/action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ runs:
1212
with:
1313
name: sdist
1414
path: ./dist
15-
- name: unpack
15+
- name: inspect
1616
shell: bash
17-
run: |
18-
cd dist
19-
unzip wheel.zip
20-
unzip sdist.zip
17+
run: ls dist/

0 commit comments

Comments
 (0)