Skip to content

Commit 1901857

Browse files
chore: update build script to use PowerShell for executable verification
1 parent d9814fa commit 1901857

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Build Target
4444
run: cmake --build ${{ github.workspace }}/build --config Release
4545
- name: Verify Executable Production
46-
shell: bash
47-
run: ls -l ${{ github.workspace }}/build/Release/vectorjs.exe
46+
shell: pwsh
47+
run: Test-Path "${{ github.workspace }}/build/Release/vectorjs.exe"
4848

4949
build-mac:
5050
name: Build on macOS

0 commit comments

Comments
 (0)