Skip to content

Commit 7e367ef

Browse files
committed
provide missing shell param to github action
1 parent b9a3326 commit 7e367ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/prepare/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ runs:
1414
steps:
1515
- name: compile
1616
run: ${{ inputs.cmd }}
17+
shell: bash
1718
- name: archive
1819
run: tar -cvf ${{ out }}.tar ${{ out }}
20+
shell: bash
1921
- name: upload
2022
uses: actions/upload-artifact@v4
2123
with:

0 commit comments

Comments
 (0)