We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1194160 commit f2b5046Copy full SHA for f2b5046
1 file changed
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
include:
14
- os: ubuntu-latest
15
artifact_name: omni-led-setup-x86_64-linux
16
- bin_name: omni-led
+ bin_name: omni-led-setup
17
- os: windows-latest
18
artifact_name: omni-led-setup-x86_64-windows.exe
19
- bin_name: omni-led.exe
+ bin_name: omni-led-setup.exe
20
21
runs-on: ${{ matrix.os }}
22
0 commit comments