Skip to content

Merge pull request #16 from stargate/update-copyright #56

Merge pull request #16 from stargate/update-copyright

Merge pull request #16 from stargate/update-copyright #56

Workflow file for this run

name: bundle
on: [push]
jobs:
grunt-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Compile with Grunt
uses: elstudio/actions-js-build/build@v4
with:
args: "bundle"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
# Artifact name
name: Stargate UI bundle
# A file, directory or wildcard pattern that describes what to upload
path: build/ui-bundle.zip