Skip to content

Commit 7c95983

Browse files
List contents of build dir - debug
1 parent 6324225 commit 7c95983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sokatoa-create-release-from-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
shell: bash
6161
run: |
6262
mkdir ${{ github.event.inputs.RELEASE_TAG }}
63+
ls -R build
6364
cp build/bin/dxc ${{ github.event.inputs.RELEASE_TAG }}
6465
cp build/lib/libdxcompiler.so ${{ github.event.inputs.RELEASE_TAG }}
6566
tar -czvf ${{ github.event.inputs.RELEASE_TAG }}_${{ runner.os }}.tar.gz -C ${{ github.event.inputs.RELEASE_TAG }} `ls -A ${{ github.event.inputs.RELEASE_TAG }}`

0 commit comments

Comments
 (0)