File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
7373 uses : actions/upload-artifact@v4
7474 with :
7575 name : cavepacker
76- path : build/cavepacker- install
76+ path : build/install-cavepacker
7777
7878 - name : Upload the caveexpress artifacts
7979 uses : actions/upload-artifact@v4
8080 with :
8181 name : caveexpress
82- path : build/caveexpress- install
82+ path : build/install-caveexpress
8383
8484 emscripten :
8585 timeout-minutes : 60
@@ -117,7 +117,7 @@ jobs:
117117 uses : actions/upload-artifact@v4
118118 with :
119119 name : emscripten
120- path : build/ caveexpress
120+ path : caveexpress.*
121121
122122 android :
123123 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22# Uncomment this if you're using STL in your project
33# You can find more information here:
44# https://developer.android.com/ndk/guides/cpp-support
5- # APP_STL := c++_shared
5+ APP_STL := c++_shared
66
77APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
88
You can’t perform that action at this time.
0 commit comments