Skip to content

Commit

Permalink
ensure setup.sh executable; fixes #245
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Nov 1, 2023
1 parent c33c370 commit 2783a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2783a3f

Please sign in to comment.