mirror of
https://github.com/imgfloat/client.git
synced 2026-05-08 10:39:34 +00:00
Force bash shell for windows steps
This commit is contained in:
@@ -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