Skip to content

Commit 741f70e

Browse files
Change ls command on linux
1 parent 5d9ece7 commit 741f70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8181
# Some debugging variables to work out why subfolder not on Windows
8282
CIBW_BEFORE_ALL_WINDOWS: tree /F > dist/tree.txt
83-
CIBW_BEFORE_ALL_LINUX: ls pythonSoftIoc/softioc > dist/tree.txt
83+
CIBW_BEFORE_ALL_LINUX: ls > dist/tree.txt
8484

8585
- name: Upload Wheel and Sdist
8686
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)