Skip to content

Commit

Permalink
fix: test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 5, 2024
1 parent d73a60c commit 8e9be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm run build

- name: Compress build files
run: zip -r build.zip build
run: zip -r build.zip dist

- name: Upload ZIP to Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8e9be08

Please sign in to comment.