mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: publish zip instead of assets
This commit is contained in:
parent
81cab15374
commit
f7ee4f7faa
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user