Skip to content

Commit

Permalink
~ Using the latest emsripten version. Uploading all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Jul 13, 2023
1 parent 99f1ebe commit 0d2c479
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_native_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 1.38.48
./emsdk activate 1.38.48
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ../projects/CMake
emcmake cmake -S . -B ./buildWebGL -DRLOTTIE_WEB_ASSEMBLY=1 -DLOTTIE_MODULE=OFF -DBUILD_SHARED_LIBS=OFF
Expand All @@ -182,7 +182,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: LottiePluginWebGLArtifacts
path: out/Release/Plugins/WebGL/LottiePlugin.bc
path: |
out/Release/Plugins/WebGL/LottiePlugin.bc
out/Release/Plugins/WebGL/LottiePlugin.wasm
out/Plugins/Emscripten/x86/libLottiePlugin.a
out/Plugins/Emscripten/x86/librlottie.a
# run_tests_and_build_unity:
# needs: [build_windows, build_android, build_macos, build_ios, build_linux]
Expand Down

0 comments on commit 0d2c479

Please sign in to comment.