Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Releases: jamiebrynes7/setup-spatialos-cli

Setup SpatialOS CLI v1.3

23 Aug 14:41

Choose a tag to compare

This release is a mix of housekeeping tasks:

  • Renaming the project from get-spatial-cli-action to setup-spatialos-cli to conform to the setup-* naming convention.
  • Documentation corrections and clarifications.
  • Using ncc to compile the action down to a single Javascript file for easier distribution.

Get Spatial CLI Action v1.2

30 Dec 14:48

Choose a tag to compare

This release contains a fix for a security vulnerability in handlebars, one of our dependencies. #3

Get Spatial CLI Action v1.1

13 Oct 16:01

Choose a tag to compare

Fixes

  • OAuth token is put in the correct place on Windows machines. c5611c8

Get Spatial CLI Action v1.0

12 Oct 13:03

Choose a tag to compare

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