Skip to content

Commit 5484e47

Browse files
committed
fix wrong script path
1 parent 4cde03b commit 5484e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build products
7373
run: |
74-
Scripts/Build ${{ matrix.arch.id }} \
74+
Scripts/Linux/Build ${{ matrix.arch.id }} \
7575
--os ${{ matrix.os.codename }}
7676
Scripts/Package .build.${{ matrix.arch.id }}/release \
7777
unidoc \

0 commit comments

Comments
 (0)