File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
119
119
- name : tar
120
120
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*
122
122
123
123
- name : Release
124
124
if : ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -132,7 +132,7 @@ jobs:
132
132
name : ${{ github.ref_name }}
133
133
tag_name : ${{ github.ref_name }}
134
134
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
136
136
137
137
release-server :
138
138
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments