diff --git a/action.yml b/action.yml index e665bca..7865b51 100644 --- a/action.yml +++ b/action.yml @@ -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