Skip to content

Commit

Permalink
Update zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anbzerc authored May 29, 2024
1 parent 6b50d0a commit 2c4ca6f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Create Zip File
name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate ZIP
uses: byteever/action-build-zip@master
with:
filename: 'ankitodo.ankiaddon'
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'release.ankiaddon'
exclusions: '*.git* /*node_modules/* .editorconfig'

0 comments on commit 2c4ca6f

Please sign in to comment.