Skip to content

Commit e0d1d22

Browse files
committed
fucking windows FUCK U MICROSLOP
1 parent 7d446e4 commit e0d1d22

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ jobs:
4646
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
4747

4848
- name: Prepare binary
49+
shell: bash
4950
run: |
50-
cp target/${{ matrix.target }}/release/betterssh${{ runner.os == 'Windows' && '.exe' || '' }} \
51-
betterssh-${{ matrix.target }}${{ runner.os == 'Windows' && '.exe' || '' }}
51+
cp "target/${{ matrix.target }}/release/betterssh${{ runner.os == 'Windows' && '.exe' || '' }}" \
52+
"betterssh-${{ matrix.target }}${{ runner.os == 'Windows' && '.exe' || '' }}"
5253
5354
- uses: actions/upload-artifact@v5
5455
with:

0 commit comments

Comments
 (0)