mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-04 00:00:49 +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
|
- name: List build release files
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem -Path "build\Release -Recurse -Filter "*.dll"
|
Get-ChildItem -Path "build\Release" -Recurse -Filter "*.dll"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user