Skip to content

Commit

Permalink
Add CI shell specification
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jul 31, 2024
1 parent 2496224 commit 6e959fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Find executable and dynamic library files - MacOS and Linux
if: runner.os != 'Windows' && github.event_name != 'pull_request'
id: find-executable-files
shell: bash
working-directory: ${{github.workspace}}
run: |
find ./CIUtils/ -name "*.sh" -exec chmod +x {} \;
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

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

Expand Down

0 comments on commit 6e959fb

Please sign in to comment.