This repository was archived by the owner on Aug 24, 2021. It is now read-only.
Releases: jamiebrynes7/setup-spatialos-cli
Releases · jamiebrynes7/setup-spatialos-cli
Setup SpatialOS CLI v1.3
This release is a mix of housekeeping tasks:
- Renaming the project from
get-spatial-cli-actiontosetup-spatialos-clito conform to thesetup-*naming convention. - Documentation corrections and clarifications.
- Using
nccto compile the action down to a single Javascript file for easier distribution.
Get Spatial CLI Action v1.2
This release contains a fix for a security vulnerability in handlebars, one of our dependencies. #3
Get Spatial CLI Action v1.1
Fixes
- OAuth token is put in the correct place on Windows machines. c5611c8
Get Spatial CLI Action v1.0
This is the initial release of the "Get Spatial CLI Action".
It supports installing the spatial CLI in a GitHub workflow and placing an OAuth token in the correct location.
Example usage:
on: [push]
name: CI
jobs:
build:
name: Build SpatialOS project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: jamiebrynes7/get-spatial-cli-action@v1
with:
version: 20190416.094616.a865bb5b54
oauth_token: ${{ secrets.SPATIAL_OAUTH_TOKEN }}
- run: spatial build