Skip to content

Commit c3af384

Browse files
committed
Splish splash I'm taking a bath
1 parent 7fe4b5c commit c3af384

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildtools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ on:
1717

1818
jobs:
1919
build-tools:
20-
name: Build config-tool and send_sid
20+
name: Tools
2121
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
fail-fast: false
2525
matrix:
2626
include:
2727
- { os: ubuntu-latest, shell: bash,
28-
directory: config-tool, buildname: cfg_tool }
28+
directory: config-tool, buildname: cfg_usbsid }
2929
- { os: ubuntu-latest, shell: bash,
3030
directory: send_sid, buildname: send_sid }
3131
- { os: windows-2022, shell: 'msys2 {0}',
32-
directory: config-tool, buildname: cfg_tool }
32+
directory: config-tool, buildname: cfg_usbsid }
3333
- { os: windows-2022, shell: 'msys2 {0}',
34-
directory: config-tool, buildname: cfg_tool }
34+
directory: send_sid, buildname: send_sid }
3535
defaults:
3636
run:
3737
shell: ${{ matrix.shell }}

0 commit comments

Comments
 (0)