We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2496224 commit 6e959fbCopy full SHA for 6e959fb
.github/workflows/build-artifacts.yml
@@ -57,6 +57,7 @@ jobs:
57
- name: Find executable and dynamic library files - MacOS and Linux
58
if: runner.os != 'Windows' && github.event_name != 'pull_request'
59
id: find-executable-files
60
+ shell: bash
61
working-directory: ${{github.workspace}}
62
run: |
63
find ./CIUtils/ -name "*.sh" -exec chmod +x {} \;
.github/workflows/upload-release.yml
@@ -85,6 +85,7 @@ jobs:
85
86
- name: Package - MacOS and Linux
87
if: runner.os != 'Windows'
88
89
90
run: tar -zcvf package.tar.gz ./*
91
0 commit comments