Skip to content

Commit

Permalink
exclude archives
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnlindsay committed Nov 2, 2023
1 parent 3eb75b7 commit adf5c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-beta-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
with:
type: 'zip'
filename: "v${{ steps.version.outputs.value }}-${{ env.BETA_SUFFIX }}.zip"
exclusions: '*.git* /*node_modules/* /*umd/*'
exclusions: '*.git* /*node_modules/* /*umd/* **/*.zip **/*.tar'

- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'tar'
filename: "v${{ steps.version.outputs.value }}-${{ env.BETA_SUFFIX }}.tar.gz"
exclusions: '*.git* /*node_modules/* /*umd/*'
exclusions: '*.git* /*node_modules/* /*umd/* **/*.zip **/*.tar'

# - uses: sibiraj-s/action-archiver@v1
# with:
Expand Down

0 comments on commit adf5c3b

Please sign in to comment.