Update build-client.yml

This commit is contained in:
Robert MacRae 2026-01-24 17:00:31 -04:00
parent d8499da4db
commit b4ec446d49

View File

@ -66,7 +66,7 @@ jobs:
else else
rm -rf dist rm -rf dist
fi fi
shell: bash shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
- name: Build for ${{ matrix.os }} - name: Build for ${{ matrix.os }}
working-directory: ./Client working-directory: ./Client