Skip to content

Commit a768027

Browse files
binaries: don't use .exe extension
1 parent 424ac2e commit a768027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
mkdir -p artifacts
158158
if [ -f dist/binary/borg.exe ]; then
159-
cp dist/binary/borg.exe artifacts/${{ matrix.binary }}.exe
159+
cp dist/binary/borg.exe artifacts/${{ matrix.binary }}
160160
fi
161161
if [ -f dist/binary/borg.tgz ]; then
162162
cp dist/binary/borg.tgz artifacts/${{ matrix.binary }}.tgz

0 commit comments

Comments
 (0)