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