Skip to content

Commit f5b945c

Browse files
committed
Update release.yml
1 parent 0d8cfb7 commit f5b945c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
$source = Join-Path "${{ github.workspace }}" "bin/${{ matrix.platform }}/Injector.exe"
3737
if (!(Test-Path $source)) {
38-
Write-Error "Expected binary not found: $source"
38+
throw "Expected binary not found: $source"
3939
}
4040
4141
$targetDir = Join-Path "${{ github.workspace }}" "artifacts/${{ matrix.platform }}"

0 commit comments

Comments
 (0)