Skip to content

Update LICENSE

Update LICENSE #32

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make && cp *.so build/
- name: Deploy
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master
Branch: binary
FOLDER: build
uses: JamesIves/[email protected]
with:
branch: binary # The branch the action should deploy to.
folder: build # The folder the action should deploy.