We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8cfb7 commit f5b945cCopy full SHA for f5b945c
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
$source = Join-Path "${{ github.workspace }}" "bin/${{ matrix.platform }}/Injector.exe"
37
if (!(Test-Path $source)) {
38
- Write-Error "Expected binary not found: $source"
+ throw "Expected binary not found: $source"
39
}
40
41
$targetDir = Join-Path "${{ github.workspace }}" "artifacts/${{ matrix.platform }}"
0 commit comments