From 1504b2b8431fc3e93d268a1c09b2612327560b56 Mon Sep 17 00:00:00 2001 From: Konstantin Gindemit Date: Wed, 12 Jul 2023 23:32:32 +0200 Subject: [PATCH] ~ Added the LottiePlugin.wasm also to the uploaded artifacts --- .github/workflows/build_native_libraries.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_native_libraries.yaml b/.github/workflows/build_native_libraries.yaml index 2f9d434..b67ad67 100644 --- a/.github/workflows/build_native_libraries.yaml +++ b/.github/workflows/build_native_libraries.yaml @@ -182,7 +182,9 @@ jobs: uses: actions/upload-artifact@v2 with: name: LottiePluginWebGLArtifacts - path: out/Release/Plugins/WebGL/LottiePlugin.js + path: | + out/Release/Plugins/WebGL/LottiePlugin.js + out/Release/Plugins/WebGL/LottiePlugin.wasm # run_tests_and_build_unity: # needs: [build_windows, build_android, build_macos, build_ios, build_linux] # runs-on: ubuntu-latest