mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
binaries: don't use .exe extension
This commit is contained in:
parent
424ac2e1c0
commit
a768027de6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue