From a768027de65104824e973de4bd860633be9cd31c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 14 Oct 2025 15:34:37 +0200 Subject: [PATCH] binaries: don't use .exe extension --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a763cee44..82a42bcb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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