Skip to content

Commit 8b9e787

Browse files
committed
Changed layout of bins in release archive
1 parent efec586 commit 8b9e787

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
- name: Display structure of downloaded files
5252
run: ls -R
5353
- name: Zip files
54-
run: zip |
55-
zip -r ittapi_build_${{ github.ref_name }} include build-artifacts/build*/**/bin
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 && |
58+
cd -
5659
- name: Upload Release Asset
5760
id: upload-release-asset
5861
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)