fix: publish zip instead of assets

This commit is contained in:
kunish 2023-08-27 23:58:51 +08:00
parent 81cab15374
commit f7ee4f7faa
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
2 changed files with 6 additions and 1 deletions

View File

@ -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 }}

BIN
dist.zip Normal file

Binary file not shown.