Skip to content

Commit

Permalink
~ Added the LottiePlugin.wasm also to the uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Jul 12, 2023
1 parent 17435bf commit 1504b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_native_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1504b2b

Please sign in to comment.