Skip to content

Commit

Permalink
ci: fix the release
Browse files Browse the repository at this point in the history
Signed-off-by: saltbo <saltbo@foxmail.com>
  • Loading branch information
saltbo committed Nov 1, 2022
1 parent 453fd22 commit d6fa080
Showing 1 changed file 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 @@ -17,7 +17,12 @@ jobs:
uses: actions/checkout@v1
- name: Build
run: yarn && yarn build

- name: Packaging assets
shell: bash
run: |
tar czvf kiae-front-dist.tar.gz dist
- name: Releasing assets
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: kiae-front-dist.tar.gz

0 comments on commit d6fa080

Please sign in to comment.