Skip to content

Commit af271dc

Browse files
committed
Use correct msix command
1 parent ef1cca5 commit af271dc

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
@@ -64,7 +64,7 @@ jobs:
6464
if: contains(matrix.runner, 'windows')
6565
run: |
6666
mkdir publish
67-
dart run msix:publish
67+
dart run msix:create
6868
6969
7070
- name: Download Inno Setup

0 commit comments

Comments
 (0)