Skip to content

Commit

Permalink
build(github): add tar release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfishe committed Nov 16, 2024
1 parent a9ea97d commit 37045b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
- name: Archive Release Zip
uses: thedoctor0/zip-release@0.7.5
with:
type: 'zip'
filename: 'release.zip'
path: 'ctags.d'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Archive Release Tar
uses: thedoctor0/zip-release@0.7.5
with:
type: 'tar'
filename: 'release.tar'
path: 'ctags.d'

0 comments on commit 37045b0

Please sign in to comment.