Skip to content

Commit 016d374

Browse files
committed
[Chore] (CI): Correct path.
1 parent c2d81ac commit 016d374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- name: Build MobileGlues
1313
run: |
14-
cd src/main/cpp
14+
cd MobileGlues-cpp
1515
wget https://github.com/leetal/ios-cmake/raw/master/ios.toolchain.cmake
1616
cmake -B build \
1717
-DCMAKE_TOOLCHAIN_FILE=ios.toolchain.cmake \
@@ -26,4 +26,4 @@ jobs:
2626
uses: actions/upload-artifact@v4
2727
with:
2828
name: MobileGlues-iOS-dylib
29-
path: /Users/runner/work/MobileGlues/MobileGlues/src/main/cpp/build
29+
path: /Users/runner/work/MobileGlues/MobileGlues/MobileGlues-cpp/build

0 commit comments

Comments
 (0)