Skip to content

Commit 6b926ad

Browse files
committed
fix: release rs gz
1 parent 16332cc commit 6b926ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: tar
120120
run: |
121-
tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs-${{ matrix.platform.target }}.tar.gz client-rs*
121+
tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs/target/${{ matrix.platform.target }}/release/client-rs-${{ matrix.platform.target }}.tar.gz client-rs*
122122
123123
- name: Release
124124
if: ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -132,7 +132,7 @@ jobs:
132132
name: ${{ github.ref_name }}
133133
tag_name: ${{ github.ref_name }}
134134
files: |
135-
client-rs/target/${{ matrix.platform.target }}/release/client-rs*
135+
client-rs/target/${{ matrix.platform.target }}/release/client-rs-${{ matrix.platform.target }}.tar.gz
136136
137137
release-server:
138138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)