Skip to content

Package the addon per release #10

Package the addon per release

Package the addon per release #10

Workflow file for this run

name: package-addon
run-name: Package the addon per release
on: [push]
jobs:
package-addon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'workflow'
- name: Zip contents
run: |
zip -r ../ASFA.ankiaddon * -x LICENSE README.md "**/githubAssets/*"" @
#- name: release zip