binaries: don't use .exe extension

This commit is contained in:
Thomas Waldmann 2025-10-14 15:34:37 +02:00
parent 424ac2e1c0
commit a768027de6
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -156,7 +156,7 @@ jobs:
run: |
mkdir -p artifacts
if [ -f dist/binary/borg.exe ]; then
cp dist/binary/borg.exe artifacts/${{ matrix.binary }}.exe
cp dist/binary/borg.exe artifacts/${{ matrix.binary }}
fi
if [ -f dist/binary/borg.tgz ]; then
cp dist/binary/borg.tgz artifacts/${{ matrix.binary }}.tgz