1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

ensure setup.sh executable; fixes #245

This commit is contained in:
Alif Rachmawadi 2023-11-01 17:59:30 +07:00
parent c33c37022b
commit 2783a3f08e
No known key found for this signature in database
GPG key ID: DA5231195FFD6BDE

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