Skip to content

Commit 86f80c4

Browse files
authored
Build Script Fix #578
1 parent eebc17f commit 86f80c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
3636
- name: Run build script
3737
working-directory: building\windows
38-
run: build.ps1 -Version "${{ github.event.inputs.version }}"
38+
run: ./build.ps1 -Version "${{ github.event.inputs.version }}"
3939

0 commit comments

Comments
 (0)