Skip to content

Commit ed2ecfd

Browse files
committed
Update Codemagic workflow script
The `script` key in the Codemagic workflow configuration has been updated to `scripts` to align with the latest Codemagic YAML specification. This change ensures the workflow remains compatible with current Codemagic practices. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
1 parent 5c24476 commit ed2ecfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codemagic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ workflows:
1818
- pattern: master
1919
include: true
2020
source: true
21-
script: |
22-
./gradlew bundleRelease
21+
scripts:
22+
- ./gradlew bundleRelease
2323
artifacts:
2424
- presentation/build/outputs/bundle/release/presentation-release.aab
2525
publishing:

0 commit comments

Comments
 (0)