Skip to content

Commit 5d9ece7

Browse files
Try storing output in dist folder
1 parent 112a2bf commit 5d9ece7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
8080
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8181
# Some debugging variables to work out why subfolder not on Windows
82-
CIBW_BEFORE_ALL_WINDOWS: tree /F
83-
CIBW_BEFORE_ALL_LINUX: tree
82+
CIBW_BEFORE_ALL_WINDOWS: tree /F > dist/tree.txt
83+
CIBW_BEFORE_ALL_LINUX: ls pythonSoftIoc/softioc > dist/tree.txt
8484

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

0 commit comments

Comments
 (0)