include organice license

This commit is contained in:
Aaron Bieber 2021-01-23 09:36:46 -07:00
parent d83b5eddb4
commit e06e395842

View File

@ -21,6 +21,7 @@ jobs:
with: with:
node-version: 12 node-version: 12
# setup-go doesn't have beta releases so we use gover to install it
- name: Install gover and Go 1.16beta1 - name: Install gover and Go 1.16beta1
run: go get suah.dev/gover && gover download 1.16beta1 run: go get suah.dev/gover && gover download 1.16beta1
@ -33,6 +34,7 @@ jobs:
yarn install yarn install
yarn build yarn build
yarn cache clean yarn cache clean
cp LICENSE build/
tar -czvf ../organice-assets.tar.gz build tar -czvf ../organice-assets.tar.gz build
- name: Copy Organice into gavin - name: Copy Organice into gavin