We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebc17f commit 86f80c4Copy full SHA for 86f80c4
1 file changed
.github/workflows/windows_build.yml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Run build script
37
working-directory: building\windows
38
- run: build.ps1 -Version "${{ github.event.inputs.version }}"
+ run: ./build.ps1 -Version "${{ github.event.inputs.version }}"
39
0 commit comments