Skip to content

Commit

Permalink
fix: publish zip instead of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Aug 27, 2023
1 parent 81cab15 commit f7ee4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,13 @@ jobs:
pnpm install
pnpm build
- name: zip
run: |
zip -r ../dist.zip .
working-directory: dist

- name: attach release artifacts
uses: softprops/action-gh-release@v1
with:
files: dist/**
files: dist.zip
tag_name: ${{ needs.release-please.outputs.tag_name }}
Binary file added dist.zip
Binary file not shown.

0 comments on commit f7ee4f7

Please sign in to comment.