Skip to content

Commit

Permalink
only release bz2 and zip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisx8 committed Jan 30, 2022
1 parent 4daf09a commit cd7c6ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: |
dist/*.bz2
dist/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd7c6ee

Please sign in to comment.