Update build-client.yml
This commit is contained in:
parent
d8499da4db
commit
b4ec446d49
2
.github/workflows/build-client.yml
vendored
2
.github/workflows/build-client.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
else
|
||||
rm -rf dist
|
||||
fi
|
||||
shell: bash
|
||||
shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
|
||||
|
||||
- name: Build for ${{ matrix.os }}
|
||||
working-directory: ./Client
|
||||
|
||||
Reference in New Issue
Block a user