Skip to content

Commit c5e68db

Browse files
committed
Try harder to upload a dump
1 parent d554e8d commit c5e68db

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/android-vulkan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ jobs:
3333
- name: Compile 00_empty
3434
working-directory: 00_empty
3535
continue-on-error: true
36-
run: ../kore/make android -g vulkan --debug --compile
36+
run: |
37+
../kore/make android -g vulkan --debug --compile
38+
find . -name "core.*" -type f
3739
- name: Upload core
3840
uses: actions/upload-artifact@v4
3941
with:
4042
name: core
41-
path: core.*
43+
path: '**/core.*'
4244
- name: Compile 01_triangle
4345
working-directory: 01_triangle
4446
run: ../kore/make android -g vulkan --debug --compile

0 commit comments

Comments
 (0)