fix(ci): add shell: bash to retry action for Windows compatibility
This commit is contained in:
parent
b3edd88f83
commit
62c8a671ee
1
.github/workflows/publish-platform.yml
vendored
1
.github/workflows/publish-platform.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
|||||||
timeout_minutes: 5
|
timeout_minutes: 5
|
||||||
max_attempts: 5
|
max_attempts: 5
|
||||||
retry_wait_seconds: 10
|
retry_wait_seconds: 10
|
||||||
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
PLATFORM="${{ matrix.platform }}"
|
PLATFORM="${{ matrix.platform }}"
|
||||||
case "$PLATFORM" in
|
case "$PLATFORM" in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user