File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 89
89
90
90
- runs-on : windows-latest
91
91
target : x86_64-pc-windows-msvc
92
+ EXT : .exe
92
93
93
94
- runs-on : macOS-latest
94
95
target : x86_64-apple-darwin
@@ -109,16 +110,17 @@ jobs:
109
110
110
111
- run : |
111
112
rm client-rs/target/${{ matrix.platform.target }}/release/client-rs.d
113
+ mv client-rs/target/${{ matrix.platform.target }}/release/client-rs${{ matrix.platform.EXT }} client-rs/target/${{ matrix.platform.target }}/release/wst-rs${{ matrix.platform.EXT }}
112
114
113
115
- name : Upload Binaries
114
116
uses : actions/upload-artifact@v4
115
117
with :
116
118
name : client-rs-${{ matrix.platform.target }}
117
- path : client-rs/target/${{ matrix.platform.target }}/release/client -rs*
119
+ path : client-rs/target/${{ matrix.platform.target }}/release/wst -rs*
118
120
119
121
- name : tar
120
122
run : |
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*
123
+ tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs/target/${{ matrix.platform.target }}/release/wst -rs-${{ matrix.platform.target }}.tar.gz wst -rs*
122
124
123
125
- name : Release
124
126
if : ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -132,7 +134,7 @@ jobs:
132
134
name : ${{ github.ref_name }}
133
135
tag_name : ${{ github.ref_name }}
134
136
files : |
135
- client-rs/target/${{ matrix.platform.target }}/release/client -rs-${{ matrix.platform.target }}.tar.gz
137
+ client-rs/target/${{ matrix.platform.target }}/release/wst -rs-${{ matrix.platform.target }}.tar.gz
136
138
137
139
release-server :
138
140
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments