Skip to content

Commit 42759b6

Browse files
committed
Update release workflow
1 parent 5a7ca05 commit 42759b6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codegen.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,16 @@ jobs:
8181
name: codegen-rpc-interfaces
8282
path: generated
8383

84+
- name: Zip generated files
85+
run: zip -r csolution-rpc.zip *
86+
working-directory: generated
87+
8488
- name: Attach files to release assets
8589
id: release_assets
8690
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
8791
with:
8892
repo_token: ${{ secrets.GITHUB_TOKEN }}
89-
file: generated/*
93+
file: generated/csolution-rpc.zip
9094
tag: ${{ github.ref }}
9195
overwrite: true
92-
file_glob: true
96+
asset_name: csolution-rpc.zip

0 commit comments

Comments
 (0)