mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18:06 +01:00
ci: define shell for step
This commit is contained in:
parent
711de66c17
commit
9be3d1dc7a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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=""
|
||||||
|
|
Loading…
Reference in a new issue