Skip to content

Commit

Permalink
Build zip correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue authored and joehoyle committed Jul 15, 2020
1 parent a5b8118 commit 9b85a6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
args: 'install -oa'

- name: Archive assets
uses: montudor/action-zip@v0.1.0
uses: thedoctor0/zip-release@master
with:
args: zip -qq -r ./manual-install.zip .
filename: 'manual-install.zip'
exclusions: '*.git* tests/*'
path: '.'
directory: '.'

- name: Upload zip to release
uses: AButler/[email protected]
Expand Down

0 comments on commit 9b85a6c

Please sign in to comment.