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 ad63de4 commit 5d37f91Copy full SHA for 5d37f91
1 file changed
.github/workflows/codegen.yml
@@ -97,11 +97,11 @@ jobs:
97
path: generated
98
99
- name: ZIP generated files
100
- run: zip -r csolution-rpc.zip *
+ run: zip -r csolution-rpc.zip RpcInterface.h rpc-interface.ts
101
working-directory: generated
102
103
- name: TAR generated files
104
- run: tar -czf csolution-rpc.tar.gz *
+ run: tar -czf csolution-rpc.tar.gz RpcInterface.h rpc-interface.ts
105
106
107
- name: Attach files to release assets
0 commit comments