Skip to content

Remove post

Remove post #48

Workflow file for this run

name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: make
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
INDEX.zip
library.json