We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33c370 commit 2783a3fCopy full SHA for 2783a3f
action.yml
@@ -43,6 +43,8 @@ outputs:
43
runs:
44
using: 'composite'
45
steps:
46
+ - run: chmod +x $GITHUB_ACTION_PATH/setup.sh
47
+ shell: bash
48
- id: flutter-action
49
run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -k '${{ inputs.cache-key }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }}
50
shell: bash
0 commit comments