ci: define shell for step

This commit is contained in:
Jozef Steinhübl 2024-07-19 17:04:35 +02:00
parent 711de66c17
commit 9be3d1dc7a
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -50,6 +50,7 @@ jobs:
run: cargo build -p discord-presence-lsp --verbose --locked --release --target ${{ matrix.target }} run: cargo build -p discord-presence-lsp --verbose --locked --release --target ${{ matrix.target }}
- name: prepare for upload - name: prepare for upload
shell: bash
id: vars id: vars
run: | run: |
BIN_SUFFIX="" BIN_SUFFIX=""