File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -106,17 +106,12 @@ jobs:
106
106
working-directory : client-rs
107
107
target : ${{ matrix.platform.target }}
108
108
args : " --locked --release"
109
- strip : true
110
-
111
- - run :
112
- ls -l client-rs
113
- ls -l client-rs/target/release/
114
109
115
110
- name : Upload Binaries
116
111
uses : actions/upload-artifact@v4
117
112
with :
118
113
name : client-rs-${{ matrix.platform.target }}
119
- path : client-rs/target/release/client-rs*
114
+ path : client-rs/target/${{ matrix.platform.target }}/ release/client-rs*
120
115
121
116
- name : Release
122
117
if : ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -130,7 +125,7 @@ jobs:
130
125
name : ${{ github.ref_name }}
131
126
tag_name : ${{ github.ref_name }}
132
127
files : |
133
- client-rs/target/release/client-rs*
128
+ client-rs/target/${{ matrix.platform.target }}/ release/client-rs*
134
129
135
130
release-server :
136
131
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments