Skip to content

Commit 0014aec

Browse files
committed
Fix workflow Create release
1 parent 8b9e787 commit 0014aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: ls -R
5353
- name: Zip files
5454
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 && |
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 &&
5858
cd -
5959
- name: Upload Release Asset
6060
id: upload-release-asset

0 commit comments

Comments
 (0)