mirror of
https://github.com/imgfloat/client.git
synced 2026-02-04 19:49: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
|
||||
|
||||
- name: Build (publish only on master)
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${GITHUB_REF}" = "refs/heads/master" ]; then
|
||||
npx electron-builder --publish=always
|
||||
|
||||
Reference in New Issue
Block a user