Skip to content

Commit 3cb6bf3

Browse files
committed
release with suffix
1 parent 7c25343 commit 3cb6bf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
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

0 commit comments

Comments
 (0)