Skip to content

Commit 541a362

Browse files
committed
Correct CI build command.
1 parent 88879f1 commit 541a362

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
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build Packages
3434
run: |
35-
make dist
35+
make build
3636
3737
- name: Upload Packages
3838
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)