mirror of
https://github.com/imgfloat/client.git
synced 2026-02-05 03:59:26 +00:00
Force bash shell for windows steps
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
- name: Build (publish only on master)
|
- name: Build (publish only on master)
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${GITHUB_REF}" = "refs/heads/master" ]; then
|
if [ "${GITHUB_REF}" = "refs/heads/master" ]; then
|
||||||
npx electron-builder --publish=always
|
npx electron-builder --publish=always
|
||||||
|
|||||||
Reference in New Issue
Block a user