Skip to content

Commit adeb712

Browse files
committed
feat: tar client
1 parent a29527b commit adeb712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ jobs:
116116
name: client-rs-${{ matrix.platform.target }}
117117
path: client-rs/target/${{ matrix.platform.target }}/release/client-rs*
118118

119+
- name: tar
120+
run: |
121+
tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs-${{ matrix.platform.target }}.tar.gz client-rs*
122+
119123
- name: Release
120124
if: ${{ startsWith(github.ref, 'refs/tags/') }}
121125
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)