Skip to content

Commit f2b5046

Browse files
committed
Fix release action
1 parent 1194160 commit f2b5046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
include:
1414
- os: ubuntu-latest
1515
artifact_name: omni-led-setup-x86_64-linux
16-
bin_name: omni-led
16+
bin_name: omni-led-setup
1717
- os: windows-latest
1818
artifact_name: omni-led-setup-x86_64-windows.exe
19-
bin_name: omni-led.exe
19+
bin_name: omni-led-setup.exe
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)