Parcourir la source

binaries: don't use .exe extension

Thomas Waldmann il y a 2 jours
Parent
commit
a768027de6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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