CI: add borg.exe to PATH

This commit is contained in:
Thomas Waldmann 2026-01-28 20:13:18 +01:00
parent ce7d3ee843
commit 92ebb97ecb
No known key found for this signature in database
GPG key ID: 9F88FB52FAF7B393

View file

@ -305,6 +305,8 @@ jobs:
./borg-dir/borg.exe -V
tar czf borg.tgz borg-dir
popd
# Ensure locally built binary in ./dist/binary/borg-dir is found during tests
export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH"
echo "borg.exe binary in PATH"
borg.exe -V