ensure setup.sh executable; fixes #245

This commit is contained in:
Alif Rachmawadi
2023-11-01 17:59:30 +07:00
parent c33c37022b
commit 6292cfc21e

View File

@@ -43,6 +43,8 @@ outputs:
runs:
using: 'composite'
steps:
- run: chmod +x $GITHUB_ACTION_PATH/setup.sh
shell: bash
- id: flutter-action
run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -k '${{ inputs.cache-key }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }}
shell: bash