Skip to content

Remove old invalid link #279

Remove old invalid link

Remove old invalid link #279

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