Skip to content

Commit

Permalink
fix: package building command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jan 22, 2023
1 parent afc66e6 commit d1b427f
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 @@ -45,7 +45,7 @@ jobs:

- name: Build project
run: |
pnpm run build
pnpm run build:mog
zip -r dist.zip dist/
- name: Get CSS file name
id: get_css_file_name
Expand Down

0 comments on commit d1b427f

Please sign in to comment.