Package the addon per release #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
uzip -l ../ASFA.ankiaddon |