Skip to content

Build 3p-three_js as a platform-agnostic package. #13

Build 3p-three_js as a platform-agnostic package.

Build 3p-three_js as a platform-agnostic package. #13

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: secondlife/action-autobuild@v3
with:
platform: common
- uses: secondlife/action-autobuild-release@v3
if: startsWith(github.ref, 'refs/tags/v')
with:
public: true