|
71 | 71 | - uses: actions-rs/cargo@v1
|
72 | 72 | with:
|
73 | 73 | command: build
|
74 |
| - args: '--release -v' |
| 74 | + args: '--release' |
75 | 75 | - uses: actions/upload-artifact@v2
|
76 | 76 | with:
|
77 | 77 | name: jg-${{ matrix.target }}
|
@@ -160,39 +160,39 @@ jobs:
|
160 | 160 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
161 | 161 | with:
|
162 | 162 | upload_url: '${{ steps.create_release.outputs.upload_url }}'
|
163 |
| - asset_path: ./jg-x86_64-unknown-linux-gnu/jg |
| 163 | + asset_path: jg-x86_64-unknown-linux-gnu |
164 | 164 | asset_name: jg-x86_64-unknown-linux-gnu
|
165 | 165 | asset_content_type: application/octet-stream
|
166 | 166 |
|
167 | 167 | env:
|
168 | 168 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
169 | 169 | with:
|
170 | 170 | upload_url: '${{ steps.create_release.outputs.upload_url }}'
|
171 |
| - asset_path: ./jg-x86_64-unknown-linux-musl/jg |
| 171 | + asset_path: jg-x86_64-unknown-linux-musl |
172 | 172 | asset_name: jg-x86_64-unknown-linux-musl
|
173 | 173 | asset_content_type: application/octet-stream
|
174 | 174 |
|
175 | 175 | env:
|
176 | 176 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
177 | 177 | with:
|
178 | 178 | upload_url: '${{ steps.create_release.outputs.upload_url }}'
|
179 |
| - asset_path: ./jg-wasm32-wasi/jg |
| 179 | + asset_path: jg-wasm32-wasi |
180 | 180 | asset_name: jg-wasm32-wasi
|
181 | 181 | asset_content_type: application/octet-stream
|
182 | 182 |
|
183 | 183 | env:
|
184 | 184 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
185 | 185 | with:
|
186 | 186 | upload_url: '${{ steps.create_release.outputs.upload_url }}'
|
187 |
| - asset_path: ./jg-x86_64-apple-darwin/jg |
| 187 | + asset_path: jg-x86_64-apple-darwin |
188 | 188 | asset_name: jg-x86_64-apple-darwin
|
189 | 189 | asset_content_type: application/octet-stream
|
190 | 190 |
|
191 | 191 | env:
|
192 | 192 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
193 | 193 | with:
|
194 | 194 | upload_url: '${{ steps.create_release.outputs.upload_url }}'
|
195 |
| - asset_path: ./jg-x86_64-pc-windows-msvc/jg.exe |
| 195 | + asset_path: jg-x86_64-pc-windows-msvc.exe |
196 | 196 | asset_name: jg-x86_64-pc-windows-msvc.exe
|
197 | 197 | asset_content_type: application/octet-stream
|
198 | 198 | - uses: actions/download-artifact@v2
|
|
0 commit comments