File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949
5050 ## Binaries
5151
52- - **Linux**: `rb` and `rb-debug`
53- - **macOS**: `rb` and `rb-debug`
54- - **Windows**: `rb.exe` and `rb-debug.exe`
52+ - **Linux**: `rb-linux ` and `rb-linux -debug`
53+ - **macOS**: `rb-macos ` and `rb-macos -debug`
54+ - **Windows**: `rb-windows .exe` and `rb-windows -debug.exe`
5555
5656 ---
5757 *At your distinguished service,*
@@ -114,7 +114,7 @@ jobs:
114114 with :
115115 upload_url : ${{ needs.create-release.outputs.upload_url }}
116116 asset_path : target/${{ matrix.target }}/release/rb${{ matrix.ext }}
117- asset_name : rb${{ matrix.ext }}
117+ asset_name : rb-${{ matrix.suffix }} ${{ matrix.ext }}
118118 asset_content_type : application/octet-stream
119119
120120 - name : Upload debug binary
@@ -124,5 +124,5 @@ jobs:
124124 with :
125125 upload_url : ${{ needs.create-release.outputs.upload_url }}
126126 asset_path : target/${{ matrix.target }}/debug/rb${{ matrix.ext }}
127- asset_name : rb-debug${{ matrix.ext }}
127+ asset_name : rb-${{ matrix.suffix }}- debug${{ matrix.ext }}
128128 asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments