Skip to content

Commit

Permalink
Tar gz release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalski committed Nov 6, 2022
1 parent 4b02ed3 commit e0c92f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: 'resources.zip'
exclusions: '*.git* .editorconfig README.md'
type: 'tar'
filename: 'resources.tar.gz'
exclusions: '*.git* README.md'
- uses: ncipollo/release-action@v1
with:
artifacts: "resources.zip"
artifacts: "resources.tar.gz"

0 comments on commit e0c92f3

Please sign in to comment.