Ver código fonte

binaries: don't use .exe extension

Thomas Waldmann 3 dias atrás
pai
commit
a768027de6
1 arquivos alterados com 1 adições e 1 exclusões
  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