Skip to content

Commit 653b256

Browse files
committed
try to make ls actually recursive
1 parent 294de68 commit 653b256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
cabal v1-install --only-dependencies -fserver
221221
cabal v1-configure -fserver
222222
cabal v1-build
223-
Get-ChildItem -Recurse dist
223+
ls -R dist\build
224224
copy dist\build\gf\gf.exe C:\tmp-dist
225225
226226
- name: Upload artifact

0 commit comments

Comments
 (0)