mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-02 12:08:00 +02:00
ci : fix List build release files step
This commit is contained in:
parent
956ceefd58
commit
fa8c577b14
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1046,7 +1046,7 @@ jobs:
|
||||
- name: List build release files
|
||||
shell: pwsh
|
||||
run: |
|
||||
Get-ChildItem -Path "build\Release -Recurse -Filter "*.dll"
|
||||
Get-ChildItem -Path "build\Release" -Recurse -Filter "*.dll"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user