Browse Source

binaries: don't use .exe extension

Thomas Waldmann 3 days ago
parent
commit
a768027de6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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