Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit d4c7d72

Browse files
committed
fix: Fix build workflow
1 parent 3f6b3a9 commit d4c7d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: build
1414
run: |
1515
yarn install
16-
yarn all
16+
yarn dist
1717
1818
- name: Use current action
1919
uses: ./

0 commit comments

Comments
 (0)