Skip to content

Commit 6e959fb

Browse files
Add CI shell specification
1 parent 2496224 commit 6e959fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Find executable and dynamic library files - MacOS and Linux
5858
if: runner.os != 'Windows' && github.event_name != 'pull_request'
5959
id: find-executable-files
60+
shell: bash
6061
working-directory: ${{github.workspace}}
6162
run: |
6263
find ./CIUtils/ -name "*.sh" -exec chmod +x {} \;

.github/workflows/upload-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585

8686
- name: Package - MacOS and Linux
8787
if: runner.os != 'Windows'
88+
shell: bash
8889
working-directory: ${{github.workspace}}
8990
run: tar -zcvf package.tar.gz ./*
9091

0 commit comments

Comments
 (0)