Skip to content

Commit c878b1d

Browse files
committed
CI: fixed artifact paths
1 parent a86d368 commit c878b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

android-project/app/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
88

0 commit comments

Comments
 (0)