Skip to content

Commit 1ded7e6

Browse files
committed
Try some more to find the dump
1 parent c5e68db commit 1ded7e6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/android-vulkan.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ jobs:
3535
continue-on-error: true
3636
run: |
3737
../kore/make android -g vulkan --debug --compile
38-
find . -name "core.*" -type f
38+
- name: Find core
39+
run: |
40+
sudo coredumpctl --no-pager --output kmake.core dump /usr/bin/kmake || true
41+
ls -lh kmake.core || echo "No core found"
3942
- name: Upload core
4043
uses: actions/upload-artifact@v4
4144
with:
42-
name: core
43-
path: '**/core.*'
45+
name: kmake-core
46+
path: kmake.core
4447
- name: Compile 01_triangle
4548
working-directory: 01_triangle
4649
run: ../kore/make android -g vulkan --debug --compile

0 commit comments

Comments
 (0)