We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9e787 commit 0014aecCopy full SHA for 0014aec
.github/workflows/release.yml
@@ -52,9 +52,9 @@ jobs:
52
run: ls -R
53
- name: Zip files
54
run: |
55
- zip -r ittapi_build_${{ github.ref_name }}.zip include && |
56
- cd build-artifacts && |
57
- zip -rg ../ittapi_build_${{ github.ref_name }}.zip build*/**/bin && |
+ zip -r ittapi_build_${{ github.ref_name }}.zip include &&
+ cd build-artifacts &&
+ zip -rg ../ittapi_build_${{ github.ref_name }}.zip build*/**/bin &&
58
cd -
59
- name: Upload Release Asset
60
id: upload-release-asset
0 commit comments