Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 500af68

Browse files
authored
Fix syntax
1 parent 1c898ea commit 500af68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_for_playstore_releases.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
java-version: 13
1919

2020
- name: Installing rclone
21-
run: curl https://rclone.org/install.sh | sudo bash
21+
run: |
22+
curl https://rclone.org/install.sh | sudo bash
2223
2324
- name: Creating rclone config to upload the cache
2425
run: |

0 commit comments

Comments
 (0)