Skip to content

Merge pull request #117 from abdnh/remove-child-fix #278

Merge pull request #117 from abdnh/remove-child-fix

Merge pull request #117 from abdnh/remove-child-fix #278

Workflow file for this run

name: Zip Anki add-ons
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
npm run-script zip
- name: Upload to GitHub
uses: actions/upload-artifact@v2
with:
name: Addons
path: build/ClosetForAnki.ankiaddon