Skip to content

Commit d10dee2

Browse files
committed
fix(ci): missing shell directive on an action
1 parent 5de28a0 commit d10dee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ runs:
1313
name: sdist
1414
path: ./dist
1515
- name: unpack
16+
shell: bash
1617
run: |
1718
cd dist
1819
unzip wheel.zip

0 commit comments

Comments
 (0)